Home Forums WoodMart support forum Disable row for mobile and tablet Reply To: Disable row for mobile and tablet

#326871

Hello,

Please add this code to the Theme Settings > Custom CSS > Mobile or Table or where you want to hide:

body .hide_mobile{
display:none!important;
}

You can add class hide_mobile to any row that you want to hide on mobile.

Best Regards