@leoncc Or you cold just tap "show pro options" in the side cart setting and then go to "style settings" and inspect in your browser the css for the shown cart icons and implement it via your own css :-)
does this help?
https://laytheme.com/documentation/custom-css-styling.html#css-based-on-current-page
.laycart{
display: none!important;
}
body.woocommerce-page .laycart{
display: inline-block!important;
}
this could work!
Thanks Armin, I will try that out.
Aaah, thanks for your suggestion to give us the layman theme for free, that's so nice of you :-)
But I once bought 3 licenses, and gave one of them to Waisenkinder Tansania e.V.. It didn't occur to me to ask you then.... Next time ;-)
make sure u updated everything:
like follow these steps:
Update Lay Theme & Lay Theme's plugins/addons.
You can only update Lay Theme if you have entered your License Key.
Disable all plugins and remove all custom CSS and JS.
When using a WordPress Cache plugin, disable it or clear your cache.
If your WordPress Dashboard shows a warning "PHP Update required"
please update your PHP version in your webhost control panel.
if the problem persists:
can you send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?
The effect i want to achieve is an secondary image on hover for the product overview page.
The only plug-in that i found that was compatible with woo and lay was:
WooCommerce Product Image Flipper
However it has not been updated for a long time, but managed to get it to work before.
Will try with your css input! Else I’ll get back to you.
Thanks for your help
ok i see i styled the button using a html class ".button"
i should have used lay-button because other plugins use the .button class too
if you have any custom self made buttons that use the class .button, just rename the class to another one in your html and css.
for the other buttons you could style them using css and using the !important property:
https://www.w3schools.com/css/css_important.asp