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,
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
Hi Ismael,
Thank you works perfectly !!!
Have a nice day,
AB