thecelticfriar
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Disable link on Product PageThank you tijosh,
That actually didn’t work. But, I was hoping to ‘learn’ so I took your example and used Chrome’s tools to figure out the CSS that was being called for that particular button. So I followed your advice of using the CSS customizer (WP Admin > Appearance > Customize just like you said) and used the following code:
.woocommerce li.product .entry-header .button { display: none; }That did the trick! If I wanted to hide the images on the Category page located here: https://www.foothillsbridal.com/dev/wedding-services/
Well, is there documentation to remove the images (and the place holder) and remove the category counts via CSS as well? That’s the other issue I need to tackle then I can call this site done!If I should open a new post I’ll be more than happy to, thank you.
Edit: I’ve already figured out how to remove the category counts and to center the Category Titles by using the following CSS:
h2.woocommerce-loop-category__title { text-align: center; } mark.count { display: none; }So if I can just figure out how to remove the images and place holders … OR center the images.
- This reply was modified 5 years, 10 months ago by thecelticfriar.