Hi!
please help whit css cod to change yellow color on hover on the pages.
Hi!
please help whit css cod to change yellow color on hover on the pages.
Hi,
Please see attached the css code for entire page. Open the file with notepad, search for hover and change to your desire color, example:
hover {
color: #f1d204;/put here youre colour/
text-decoration: none;
}
After you changed the colour copy paste the css code in Appearance->Editor
thanks,
Cristian
Hi and thanks for you respond, i tried many options but
can not get it to work…
Hi,
try to install custom css plugin:
then go in Appearance> custom css abd insert the css code by replacing the color#f1d204 with what colour you want:
#header .top-header .header-logo:hover {
color: #f1d204;
}
#header .top-header .header-navigation ul li:hover}
color: #f1d204;
}
thank you,
Cristian