Changing Font Weight that is not the header.
Barclay Horner
Registered Users Posts: 16 Big grins
So the easy customizer allows you to change the font weight for the header, but not for anything else. Is there a css trick that will allow me to change the font weight for the nav bar. I searched and did not see a specific thread for this.
Thanks!
Thanks!
0
Comments
It looks like you haven't unveiled yet? It'll be a bit harder.
The answer is yes, there is. It should be pretty easy but we need to know:
1) What kind of navbar are you using? Horizontal, Vertical, Accordion?
2) Where did you place the navbar? Left sidebar, header, right sidebar?
It sounds like you have it in your header, so the following code should do the trick. In CSS you bold a font by giving it a thicker weight. A weight of 600 is usually considered bold.
Try this. Place it in your theme's Advanced CSS section:
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
Thanks!