Reply To: Menu Bar and Menu Hover Colours

Home Forums ThemesEYE Support Menu Bar and Menu Hover Colours Reply To: Menu Bar and Menu Hover Colours

#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