A space to discuss online store customization, theme development, and Liquid templating.
I Would like to move text and move buttons to the left how would that be possible
Solved! Go to the solution
This is an accepted solution.
Hi @kxletnik
Check thiso ne.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.slideshow__text-wrapper.banner__content.banner__content--bottom-left {
margin-left: 0;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hello @kxletnik
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
what is your website password
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
what do you mean by access
password
Your store is password protected for access. I need the password to access your website.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
i have removed password
- Here is the solution for you @kxletnik
- Please follow these steps:
- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.
<style>
.slideshow:not(.banner--mobile-bottom) .slideshow__text-wrapper {
margin-left: 0 !important;
}
</style>
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
could you quickly breakdown the code for me
</head> is not found not with shopify search nitherr f3+n
i just found <head> but not </head>
I Have added the code here it highlighted ,but it didn't change anything on the site
This is an accepted solution.
Hi @kxletnik
Check thiso ne.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.slideshow__text-wrapper.banner__content.banner__content--bottom-left {
margin-left: 0;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
could you break down the code for me
What do you mean breakdown? Mean smaller?
i mean if u could help me understand code u wrote thanks
Hey could you also help i want to make 2 hyperlink shop for men and shop for women do you know how to code hyperlink to css
also how do i get rid of the shopify button and add hyperlinks
also is there a way to add another text bracket
To add hyperlinks that needs a custom code, to add in your store. You may need a developer for that.