Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #335435
    Will M
    Participant

    Is there a way to remove x-colophon.top from the WooCommerce catalog page? See http://www.morganjane.com/catalog/. Selecting a different page template doesn’t work.
    Thanks,
    Will

    #335559
    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add the following into the Custom CSS section of the customizer.

    .x-colophone.top {
       display:none;
    }

    Hope this helps – thanks!

    #335585
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Could you please try adding the following CSS workaround into your Customizer, Custom > CSS area using the menu Appearance -> Customize.

    
    .woocommerce-page.collateral-product-columns-2 .x-colophon.top {
        display: none;
    }
    

    Hope that helps.

    #336034
    Will M
    Participant

    Getting close. However, I just wanted to remove the .x-colophon.top from the main shop page, i.e. http://www.morganjane.com/catalog/. Your solution removed it from all the WooCommerce pages.
    Thanks,
    Will

    #336165
    Nico
    Moderator

    Hi There,

    Try adding this code in your customizer’s custom CSS:

    .post-type-archive.woocommerce-page.collateral-product-columns-2 .x-colophon.top{
        display: none;
    }

    Let us know how it goes.

    Thanks.

    #336208
    Will M
    Participant

    That worked! Many thanks.
    Will

    #336359
    Darshana
    Moderator

    Glad we were able to help 🙂

  • <script> jQuery(function($){ $("#no-reply-335435 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>