Archived topic
Add CSS for all Woocomerce category (archive) pages
7 replies · Started by webcréateur on November 17, 2022
Hi there,
any idea how to add CSS for all Woocomerce category (archive) pages?
I want to hide some text elemnet under the price ...
Hi there,
can you share a link to an archive on your site, and let me know what element you want hidden ?
Hi,
Thank you for your reply.
I have added the links in the private information section.
Best regards
the Alman
I don't believe those are default WooCommerce elements - are you using a plugin for those?
Can you clear and disable all your caching and optimization plugin first so I can see the source code better?
Thanks.
Thank you very much. I have now disabled caching for the most part. Is it possible to see the source code better now?
That content is coming from the Woocommerce Germanized plugin. Might be worth asking the plugin author if those template parts can be removed.
In the meantime you can try adding this CSS to hide them:
li.product p.wc-gzd-additional-info {
display: none;
}
Thank you! :)
You're welcome