• How do I keep the bullet points within the page but remove them from the side bar…

    See: https://dev.ussailing.org/index.php/about-us/ I want to keep the bullet points in the page content but remove from that side bar…..i know i have to create a class and apply it to the side bar but I’m not sure where I am putting any of this code or what files…I figured I would create a new class in the css like nav ul and have it not display but not sure where it goes in the theme???

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try putting this into your CSS (if you do not have a child theme install a custom CSS plugin):
    #theme_navigation-2.widget.widget_theme_navigation UL LI {
    list-style-type: none;
    }

    Thread Starter ussailing

    (@ussailing)

    IT WORKED! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove Bullets from Side Menu but keep in Page’ is closed to new replies.