Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #329776

    UrbanMerchants
    Participant

    Hi

    I am trying to remove the product sub category on the products pages.

    I have tried some solutions on the forum and none seem to be working this is the last thing I have tried.

    .p-landmark-sub { display: none; }

    And the sub cat is still there.

    Any suggestions?

    Many thanks

    #329798

    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #329965

    UrbanMerchants
    Participant

    Ooops Sorry about that 🙂

    devsite2.16cdesigns.com

    Thanks 🙂

    #329998

    Rupok
    Member

    Hello There,

    Thanks for updating! Unfortunately I am not sure what you meant by “sub category” as I can’t see any sub category there on products page. Would you please clarify it a bit with a screenshot?

    If you meant the subtitle Welcome to our online shop, Take some time to browse through our items., then the code should work. Make sure it was added through Appearance> Customize > Custom > CSS

    .p-landmark-sub {
      display: none;
    }

    Hope this helps.

    Cheers!

    #330012

    UrbanMerchants
    Participant

    Hello again,

    have tried that but its still showing up.

    I want to remove the wording “Our Products”

    http://devsite2.16cdesigns.com/product-category/a-truffles-foie-gras/

    Cheers 🙂

    #330060

    Thai
    Moderator

    Hi There,

    Please update your custom CSS to the following CSS which I mentioned in this ticket: https://community.theme.co//forums/topic/top-bar-navigation/page/2/#post-330019.

    After that try adding following CSS under Appearance > Customize > Custom > CSS:

    .p-landmark-sub {
      display: none;
    }

    Hope it helps.

    #330128

    UrbanMerchants
    Participant

    Wahooo!!!!

    Its working ..

    Thanks for your support as ever 🙂

    #330139

    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!