Home Forums WordPress Themes – Premium Pure & Simple Change color of Active link

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #15971
    Sandy Sailer
    Member

    I can’t seem to get the font color of the active navigation link to change. I tried using .navigation a:active {color: #FFF !important;} but that didn’t change anything. I did this in my child theme, so maybe I have to do it in the parent theme, too? Thank you.

    #21119
    Shekhar Bhandari
    Participant

    Hi Sandy,

    There is customizer in pure and simple to change that active color. you can go to customize->colors->Menu Active Background

    Thanks.

    #21121
    Sandy Sailer
    Member

    Yes – for menu active background, but how do you change the font COLOR of the active menu item? There is not a feature for this in the customize panel, right?

    #21123
    Shekhar Bhandari
    Participant

    Hi Sandy,

    Yes you are right, but it will be updated in the next version of the theme for sure. but for now you can use the following css.

    .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a.site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
    color:#f00!important;
    }

    Thanks.

    #15972
    Sandy Sailer
    Member

    Thank you – that’s what I figured. 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.