Home › Forums › WoodMart support forum › Disable row for mobile and tablet › Reply To: Disable row for mobile and tablet
October 21, 2021 at 7:45 pm
#326871
Elise Noromit
Member
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