• Resolved tslminneapolis

    (@tslminneapolis)


    I’ve tried changing the dot color in the navigation bar (to #ffd646) based on other responses in this forum, but none of the CSS is working for my site. Any help is appreciated.

    The page I need help with: [log in to see the link]

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

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, I’m seeing the color you wanted on the dots after menu items by using the following custom CSS media query.

    @media screen and (min-width: 768px) {
    .main-navigation .nav-menu > li > a::after, .main-navigation .menu > li > a::after {
        color: #ffa4ad;
        content: " \2022";
        margin-left: 1em;
    
    }
    }

    Is this all sorted out now?

    Thread Starter tslminneapolis

    (@tslminneapolis)

    I gave you the wrong hex number, but I plopped it in and it worked like a charm. 🙂

    Thanks!!!!

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    You are welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Menu Dot Color’ is closed to new replies.