I updated the banner for my website (I did use the recommended pixels) and I noticed that when I switch to mobile view the text is right over the banner which is so annoying. How do I minimize or completely remove the text/buttons on mobile view only. The desktop view is perfectly fine.
@Madeforqueens
@Madeforqueens
kindly Share your Store URL,
So that I can check and provide you a solution.
Thank you.
.Carousel--insideDots .flickity-page-dots {
bottom: 5px !important;
left: 20px;
}
@Madeforqueens
Add this code in the bottom of the theme.scss or theme.css file
Sorry where can I find that? I went to edit code after that where do I go?
@Madeforqueens
Go to Admin pannel,
Themes,
Action,
Edit code.
search the theme.scss file.
open it.
And paste this code in the bottom of the file,
And save it.
Thank you.
Hi @Madeforqueens ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss->paste below code at the bottom of the file:
@media screen and (max-width: 640px) {
.Slideshow__Content {
display: none !important;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
It worked! Thank you so much ![]()
