This topic has 4 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hi there,
I was going to create a size chart for Woocommerce product, however, it appears to be too large for mobile display, so I was just thinking I could make a large size on desktop and another small table for mobile display.
*Problem: CSS to hide the specific element(row) on mobile or display on desktop only.
I have searched on Google but found most of the articles are outdated.
Could you pls give me a tutorial on how to properly modify the CSS codes?
Much appreciated!
Regards
Graham
Hello,
If elements were create using VC, you can use Responsive Options http://prntscr.com/j6b3hl
also, code like,
.class-of-element {
display: none;
}
can be added in Theme Options > Styling > Custom css > Custom css for mobile or desctop. Use devtools in chrome browser to find required class.
Let us know if you need any further assistance.
Regards
Thank you!
The content now is hiding now on the mobile phone.
Cheers
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up