• Resolved alec1027

    (@alec1027)


    As the title says. I changed the color of the menu bar, but now would like to change the little dots as well. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you please post a link to your site where I can see these dots so I can try to help with some CSS code?

    Hello,
    Add the following CSS to customize-> Additional CSS

    @media screen and (min-width: 768px){
    .main-navigation .nav-menu > li > a:after, .main-navigation .menu > li > a:after {
        color: #51a6da;
    }
    }

    Hope it helps and let me know if you require any further assistance.

    Thread Starter alec1027

    (@alec1027)

    That got it working. Thank you!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change the color of the dots on menu bar’ is closed to new replies.