Home › Forums › ThemesEYE Support › Menu Bar and Menu Hover Colours › Reply To: Menu Bar and Menu Hover Colours
August 10, 2021 at 10:50 am
#56857
support
Participant
Hi,
Please add the below CSS to change the color of the arrow. To add CSS follow the steps below
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.
#products button.owl-next i, #products button.owl-prev i {
color: #000;
}
Thank you