Hello, i have a section that contains a sidebar widget and another one with a custom html column. Can I hide them from mobile view?
This topic has 5 replies, 3 voices, and was last updated 4 years ago ago by sxp666
Hello, i have a section that contains a sidebar widget and another one with a custom html column. Can I hide them from mobile view?
Hi
Yes you can hide section on mobile , it is more easy for us if you can share your highlighted screenshot along with your website URL so that we will guide you how can you hide the section on mobile.
I’ like to hide the two highlighted items https://prnt.sc/y9fyp1
Hello,
Try to add the next code in Theme Options > Theme custom CSS > Custom CSS for mobile:
.sidebar, .single_product-html_block3 {
display: none;
}
Regards
Thank you, it worked!
The issue related to '‘Can i hide from mobile a section from my product page?’' has been successfully resolved, and the topic is now closed for further responses