How to make this rich text box only visible in mobile?
Thank you
Store : zialor.com
password : zialor
How to make this rich text box only visible in mobile?
Thank you
Store : zialor.com
password : zialor
Hi @abhi14
Add the following code at the end of your theme.css file:
/*Hides Review Section from the Homepage on Desktop*/
@media only screen and (min-width:749px)
{
div#shopify-section-template--15726911095042__rich-text {
display: none;
}
}
Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!
Thanks for the reply! but it’s not working…
Try this perhaps:
/*Hides Review Section from the Homepage on Desktop*/
@media only screen and (min-width:749px)
{
div#shopify-section-template--15726911095042__rich-text {
display: none!important;
}
}
This is is section on the homepage right under the slider isn’t it?
Can you show me the end of your theme.css file?
Thanks i didn’t know how to get there?
Go to Online Store (Left Side Of the Screen) → Actions (Right Side of the screen) → Edit Code
Look for theme.css , scroll all the way down and paste the code. Make sure it doesn’t overwrite anything.
Please i reall need the direction
Please where can i get theme.css file?
Please yes
Online store > themes > action > edit code > search - theme.css
Ok, let my me login