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
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>
Wow, super! Thx a lot!
Just one other question: how to change the active menu background color?
You can add the following code:
Please login or Register to submit your answer