This topic has 4 replies, 2 voices, and was last updated 4 years, 8 months ago ago by Rose Tyler
Hello
Hello,
Add custom class, for example, “custom-hidden-section”
+ custom CSS code in Global custom CSS area –
@media only screen and (min-width: 480px) {
.custom-hidden-section {
display: none;
}
}
Regards
Thank you
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up