Forums
Forums / Themes and Templates / BrandNav
(@kevinrushton)
13 years, 6 months ago
Hi people sorry if this is a really simple thing to sort out but ive been trying for a while now, I was wondering how to change the text size and colour when using the Brandnav function widget or what ever you call it << thats my site and im looking to change the text from white to orange to match the headers thanks in advance!
(@waterworks2)
You want to change the text size and color of what part of the website? The navigation? The copytext?
This bit of CSS defines your header colors:
h1, h2, h3, h4, h5, h6, a.site-title, .entry-title a { color: #F68D04; }
and this bit of css defines the color the text inside your <p> and </p> tags:
<p> and </p>
#page { color: #FFFFFF; }
The topic ‘BrandNav’ is closed to new replies.