This topic has 3 replies, 2 voices, and was last updated 2 years, 11 months ago ago by Jennifer
Hi there!
I wanted to ask how to show the shop icon buttons on the mobile mode?
Is there a way to always show this on mobile mode?
Thank you.
regards,
Hello,
Try to add the next code in Theme Options > Theme custom CSS > Global:
@media only screen and (max-width: 768px) {
.product .footer-product {
display: block !important;
}
}
Regards
Thanks a lot!
best regards!
Tagged: buttons, ecommerce, mobile mode, shop icons, shopping, woocommerce, wordpress
The issue related to '‘Show shop icons / button on mobile mode’' has been successfully resolved, and the topic is now closed for further responses