Gerbrand Bas
asked 10 years ago

Hi
Just wondered how to change the font color and border color of the topmenu navigation container (http://dutchcreativeindustries.nl/). I used css-hero. Works partially in tablet mode…
Thanks! Gerbrand

1 Answers
DominicStaff
answered 10 years ago

To change font color on top menu, you can log in to Dashboard > Customize > Custom Code, then add the following code to the Header code:

<style>
#header #navigation li a { border-right-color: #fff; }
#header #navigation a { color: #fff; }
</style>
Gerbrand Bas
replied 10 years ago

Wow, super! Thx a lot!
Just one other question: how to change the active menu background color?

Dominic Staff
replied 10 years ago

You can add the following code:

Powered by DW Question & Answer Pro