Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1098966

    Hey!

    The menu link, which is an individual anchor link is on the same page as home, so it is also displayed in grey. How can I change it so that it looks like it is just another page like blog? So that it appears blue with grey hover.

    Best regards! :)

    #1099088

    Hey transformmedia,

    Add this to quick css:

    #menu-item-3705 a{
    color:#0042c7!important;
    }
    
    #menu-item-3705 a:hover{
    color:gray!important;
    }

    Best regards,
    Jordan Shannon

    #1099207

    Thank you very much!!

    #1099352

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Anchor Link in menu – color change’ is closed to new replies.