body.wcz-btns.wcz-woocommerce ul.products li.product a.button {
display: none;
}
hides them
body.wcz-btns.wcz-woocommerce ul.products li.product a.button {
color: #000 !important;
}
displays them visibly.
To add or override CSS: use the “Additional CSS” option in the customizer. https://wordpress.org/support/article/appearance-customize-screen/
Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.
THanks Steven! You helped me a lot!!!
Do you happen to know how to remove the prices too on the page where all the products are listed?
ul.products li.product .price {
display: none;
}
To add or override CSS: use the “Additional CSS” option in the customizer. https://wordpress.org/support/article/appearance-customize-screen/
Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.
Ok, you are the best, thanks again.
Now i would like to make the picturetitle smaller and not bold. How can i change it? Do you have a script for that too? Or can you recommend me a more beautiful layout in the first place?
>> Now i would like to make the picturetitle smaller <<
You’re pushing it. 🙂
Please learn to use the browser inspector as noted above.
sorry mate, i tried that…but i am a noob in this….