Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @pamridd,

    You could change the colour of the dot in the menu by adding the following snippet to either your custom CSS plugin’s editor or the style.css file of your child theme:

    .main-navigation .nav-menu > li > a:after, .main-navigation .menu > li > a:after {
        color: #663399;
    }

    You can change the value of #663399 to any hex colour code of your choice.

    Hope that helps you out. 🙂

    Thread Starter pamridd

    (@pamridd)

    Thanks a lot. Worked perfectly.

    Perfect! We’re right here if extra questions come up.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Colour change’ is closed to new replies.