Disable Pre Footer on Mobile
-
Hello,
thanks for always answering all my questions. I have one more question: I am using Pre footer – black friday. I want to know how can I disable it for mobile screens. I tried to search a lot of setting options but I cannot find the answer. I want to display the pre footer on desktop and tablets only, and not display on mobiles
thanks
Hello,
Please add this code to the Theme Settings > Custom CSS > to the device type you want to hide the pre-footer:
body .woodmart-prefooter {
display:none;
}
Best Regards
Hello
thank you so much. It works perfectly. One additional question, can you please let me know, how can I not show, product description appearing below the product title in mobile devices.
For example if you look at the reference product page link, after the product title and product price, I do not want to show the product description, only on mobile devices.
If you can please let me know
Hello,
Do you mean this one: https://prnt.sc/sndwti if yes, please add this code to the Theme Settings > Custom CSS > Mobile:
body .woocommerce-product-details__short-description {
display:none;
}
If you mean something else, please provide the screen.
Best Regards
thanks so much for the code. it works perfectly
You are welcome! If you have any questions please feel free to contact us.
Best Regards