Home › Forums › ThemesEYE Support › Menu Bar and Menu Hover Colours › Reply To: Menu Bar and Menu Hover Colours
July 27, 2021 at 10:50 am
#56840
support
Participant
Hi,
1) Kindly follow the steps given below to change the menu hover color
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.
.menubar .nav ul li a:hover {
color: #71be24 !important;
}
2) Kindly follow the steps given below to change the scroll top icon color
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.
#return-to-top i {
color: #71be24;
}
Many Thanks