Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1326812

    Hello,

    I created for SEO reasons some additional pages on a 3rd level of a category, but I do not want to show these pages in the right colomn.

    How can I hide these 3rd level pages in the right column, but keeping the 2nd level?

    Best,

    #1326835

    Hey A,

    Thank you for the inquiry.

    You can use this css code to hide the child items in the navigation.

    #top .widget_nav_menu .children {
        display: none !important;
    }
    

    Best regards,
    Ismael

    #1326849

    Hi Ismael,

    Thank you works perfectly !!!
    Have a nice day,

    AB

    #1326910

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.