How can I hide the Rich Text Block on mobile using Dawn theme?

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!

2 Likes

@SteveT2112

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
@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.