Tagged: #menu #link #color
- This topic has 1 reply, 2 voices, and was last updated 1 week ago by
Skandha.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
February 16, 2021 at 7:34 pm #274363
Giustiartstudio
ParticipantHi everyone!
I would like to change link color of the main menu (arts,blog,press etc).
About the active links they’re grey by default but I prefer white.
About the hover ones they’re white by default but I prefer grey.
Which code should I put on the additional CSS?Here the homepage
Thank you in advance!
February 17, 2021 at 12:41 am #274396Skandha
Keymaster@giustiartstudio: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code./* To change color of menu links */ #site-navigation a { color: red; } /* To change color of active link on the menu */ .navigation-classic.absolute-header .main-navigation .menu > .current-menu-item > a { color: #fff!important; } /* To change the menu links hover color */ #site-navigation a:hover { color: #888; }
You can change the color according to your choice.
Let me know if this works out!
Kind Regards,
Skandha -
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.