Hi,
after the last update, there are suddenly some new buttons displayed on product overview which shouldn´t be there.
Please see screenshot for better understanding.
How can these buttons be removed again?
Thank you,
best regards
Hey mbauercag,
Please try the following in Quick CSS under Enfold->General Styling:
.woocommerce-LoopProduct-link .button {
display:none;
}
Best regards,
Rikard
Hi Rikard,
thank you for the answer!
But the buttons are still visible :-(
Do you have another idea?
Thank you!
best regards
Hi mbauercag,
Try using this code:
#top .avia-content-slider .products.slide-entry-wrap .button {
display: none;
}
Hope it helps.
Best regards,
Nikko
Hi Nikko!
thank you for your help!
Now it looks better, but now the button-text isn´t visible anymore. Furthermore, this code only took inpact on the main page, other pages are not affected.
Can you please have a look again?
Thank you,
Best regrads
Hi mbauercag,
Can you give us some of the links that aren’t affected?
Best regards,
Nikko
Hi mbauercag,
Try adding this css code as well:
#top .avia-content-slider .products .button {
display: none;
}
Best regards,
Nikko
Hi Nikko,
thank you – that works fine.
Now the last problem is, that these green buttons are also displayed in “related products” on single-product pages.
Details in private section.
Thank you very much for your help!
Best regards!
Hi,
Thanks for the update.
You can add this css code to remove those buttons.
div .products .product a.button {
display: none;
}
Best regards,
Ismael
Hi Ismael,
thank you very much – that works fine!
Best regards!