• How can I change the colors of the bullets in the left sidebar navigation?

    I have tried modifying the css but I don’t find the correct place to get the color I want.

Viewing 1 replies (of 1 total)
  • cherylweb27

    (@cherylweb27)

    I’ve got the pro version, so hopefully the CSS is the same for both. Here’s what worked for me:

    .main-navigation ul > li a:before, .widget_nav_menu ul > li a:before {
        color: #000000;
    }

    Just replace the “#000000” with your own hex color.

    Hope this helps! ??

Viewing 1 replies (of 1 total)
  • The topic ‘How to change colors of menu bullets?’ is closed to new replies.