Tagged: x
-
AuthorPosts
-
February 7, 2017 at 3:52 pm #1361814
stuartsbParticipantHi the category archive title is appearing on all of my pages, it never used too. Is there an option to untick?
.archive.category .x-header-landmark {
display:none;
}Added this code in customize – CSS by looking at other threads but it doesn’t work.
Regards,
StuFebruary 7, 2017 at 8:40 pm #1362210
NicoModeratorHi There,
Thanks for writing in.
Would you mind sharing us the URL of your archive category.
You could try the CSS below:
.archive .x-landmark { display: none; }Let us know how it goes.
Thanks.
February 7, 2017 at 8:41 pm #1362211
NicoModeratorHi There,
Thanks for writing in.
Would you mind sharing us the URL of your archive category.
You could try the CSS below:
.archive .x-landmark { display: none; }Let us know how it goes.
Thanks.
February 8, 2017 at 3:47 am #1362542
stuartsbParticipantIt’s on every page except the shop page:
https://upclothing.co.uk/shop/mens-clothing/men-joggers/
https://upclothing.co.uk/shop/mens-clothing/men-hoodies/
Etc….
Tried all code, doesn’t work
February 8, 2017 at 5:54 am #1362654
ThaiModeratorHi Stu,
You forgot to close the curly bracket(}) in your custom CSS.
Please find this CSS:
@media (max-width:767px){ .woocommerce .cols-2 li.product, .woocommerce .cols-3 li.product, .woocommerce .cols-4 li.product, .woocommerce.columns-2 li.product, .woocommerce.columns-3 li.product, .woocommerce.columns-4 li.product { width: 48% !important; } .rev_slider > ul > li, .rev_slider > ul > li:before, .tp-revslider-mainul > li, .tp-revslider-mainul > li:before, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li:before { visibility: visible; }And change to this:
@media (max-width:767px){ .woocommerce .cols-2 li.product, .woocommerce .cols-3 li.product, .woocommerce .cols-4 li.product, .woocommerce.columns-2 li.product, .woocommerce.columns-3 li.product, .woocommerce.columns-4 li.product { width: 48% !important; } .rev_slider > ul > li, .rev_slider > ul > li:before, .tp-revslider-mainul > li, .tp-revslider-mainul > li:before, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li:before { visibility: visible; } } .archive .x-header-landmark { display:none; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1361814 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
