WooCommerce CSS
-
Hey
When I install WooCommerce it changes the appearance of all of my buttons. How can I prevent this?
Can I delete the CSS info out of a WooCommerce .css file? Where do I do this please? Do I need to do this via FTP or can I do it in the Wordpress backend somewhere?
Thanks :) -
do u have a link?
-
https://wild-core.net/product/conscious-communication-somatic-intelligence-training/
I don't want the black font or the black buttons. I want my CSS :D
It also changes the buttons of the newsletter fields:
https://wild-core.net/ (bottom of the page)Is there a way to remove / deactivate all of the CSS that comes with the WooCommer plugin?
Thank you
-
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