Site logo

[Resolved] Add CSS for all Woocomerce category (archive) pages

Home Forums Support [Resolved] Add CSS for all Woocomerce category (archive) pages

Home Forums Support Add CSS for all Woocomerce category (archive) pages

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2419214
    webcréateur

    Hi there,

    any idea how to add CSS for all Woocomerce category (archive) pages?

    I want to hide some text elemnet under the price …

    #2419447
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to an archive on your site, and let me know what element you want hidden ?

    #2420148
    webcréateur

    Hi,

    Thank you for your reply.

    I have added the links in the private information section.

    Best regards
    the Alman

    #2420263
    Leo
    Staff
    Customer Support

    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.

    #2421053
    webcréateur

    Thank you very much. I have now disabled caching for the most part. Is it possible to see the source code better now?

    #2421385
    David
    Staff
    Customer Support

    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;
    }
    #2421507
    webcréateur

    Thank you! 🙂

    #2422630
    David
    Staff
    Customer Support

    You’re welcome

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.