This topic has 2 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Laranz
I need change hover color of the menu, socials icons also and menu dropdown into top bar.
please help-me
Hi,
1. Use this Custom CSS in 8Theme Options -> Stylings -> Custom CSS
.header .menu-wrapper .menu-main-container .menu > .menu-item > .item-link:hover {
color: rebeccapurple;
}
Change the color to your required color.
2. For top bar links,
.top-links a:hover {
color: red !important;
}
Let us know,
Thanks,
laranz.
You must be logged in to reply to this topic.Log in/Sign up