I am using the Dawn theme and want to hide the rich text block on my homepage on mobile.
My site address is www.retrokingstonmerch.ca
Any help would be great, thank you!
I am using the Dawn theme and want to hide the rich text block on my homepage on mobile.
My site address is www.retrokingstonmerch.ca
Any help would be great, thank you!
yes, please add this code
@media (max-width: 749px) {
#shopify-section-template--14566121013386__rich_text, #shopify-section-template--14566121013386__1662511539c0720812 {
display: none;
}
}
Please add below css code in bottom of assets/base.css file
@media screen and (max-width: 749px)
section#shopify-section-template–14566121013386__rich_text, section#shopify-section-template–14566121013386__1662511539c0720812 {
display: none;
}
Hi, @KetanKumar thank you for your response. Unfortunately, this code isn’t hiding the rich text on mobile
Hi, @Denishamakwana thank you for your response. Unfortunately, this code isn’t changing the size of the image on mobile.