How I can change the black header color ?
1 Answers
Hi,
To change the header color, you can add the following code to the style.css file:
#header {background: #...;}
#header #navigation li a {border-right-color: #...; }
Hope this helps !
Please login or Register to submit your answer