-
AuthorPosts
-
July 20, 2015 at 11:32 pm #335435
Will MParticipantIs 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,
WillJuly 21, 2015 at 2:45 am #335559
John EzraMemberHi 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!
July 21, 2015 at 3:13 am #335585
DarshanaModeratorHi 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.
July 21, 2015 at 11:58 am #336034
Will MParticipantGetting 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,
WillJuly 21, 2015 at 2:14 pm #336165
NicoModeratorHi 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.
July 21, 2015 at 2:59 pm #336208
Will MParticipantThat worked! Many thanks.
WillJuly 21, 2015 at 5:38 pm #336359
DarshanaModeratorGlad we were able to help 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-335435 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
