Shopify themes, liquid, logos, and UX
Hi!
My page url is https://shiokadooo.com.sg/
If you check the link in a mobile browser, you can see the 'rotation buttons' are visible at the bottom of the homepage banners.... is there a way I can do to hide it?
I want to somewhat move the sliders away from the banners so it won't block the banners. Something like this:
Solved! Go to the solution
This is an accepted solution.
every theme is different. do this in theme.css
Welcome to the Shopify community!
Please follow these steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
@media only screen and (max-width: 749px) {
.slideshow__text-wrap--mobile {
top: 0 !important;
}
}
Hi,
Thanks for the reply.
However I can only find these under my 'Assets'. There's no theme.scss.liquid
This is an accepted solution.
every theme is different. do this in theme.css
Thank you.
It has been fixed!
If you need any further help you can contact me directly here at abhinav@profitlabs.shop, cheers!
Please add this to your theme.scss or theme.css file at the bottom
@media only screen and (max-width: 749px) {
.slideshow__text-wrap--mobile {
display:none!important;
}
}
User | RANK |
---|---|
178 | |
147 | |
81 | |
67 | |
56 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023