Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1361814
    stuartsb
    Participant

    Hi 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,
    Stu

    #1362210
    Nico
    Moderator

    Hi 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.

    #1362211
    Nico
    Moderator

    Hi 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.

    #1362542
    stuartsb
    Participant

    It’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

    #1362654
    Thai
    Moderator

    Hi 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 🙂

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