ColorlibHQ / illdy

Illdy is a free one page WordPress business theme with a minimal design
GNU General Public License v3.0
44 stars 38 forks source link

How do I change the colour of the header navigation? #206

Closed karimcambridge closed 7 years ago

karimcambridge commented 7 years ago

I've tried altering CSS main and custom, header-navigation colours aren't changing?

How do I edit the css in general? Whenever i edit main.css or main.scss nothing changes.

giucu91 commented 7 years ago

Hello @karimcambridge ,

Can you give me your website URL ?

karimcambridge commented 7 years ago

http://jmkcomputing.com @giucu91

giucu91 commented 7 years ago

Hello @karimcambridge ,

Please add the following CSS code to Customizer -> Additional CSS :

body #header .top-header .header-navigation ul li a { color: #000; } body #header .top-header .header-navigation ul li a:hover, body #header .top-header .header-navigation ul li:hover a { color: red; }

karimcambridge commented 7 years ago

Cool, I'll use additional CSS from now on. Thank you.

giucu91 commented 7 years ago

You're welcome !