individual exhibit title font

mgrote / 2012-10-26 17:45:46   

hello everyone

i've tried to find the tag, or line of code, necessary for this but haven't gotten anywhere.

i want to change the font of one specific exhibit title, so it doesn't affect all the others. lets just say the exhibit title(s) in my fourth section.

what would i need to add before the font code in style.css?

thank you for the help!
matt (mattgrote.com)

Vaska A / 2012-10-26 17:57:55   
  1. #index ul.section li#exhibit_21 a { ... }

I'm assuming you want to change the Blog title.

Add this to the end of the style.css file - this is the best place for CSS additions.

If you view your code, you can see how each title has a unique ID - set in place for exactly this kind of thing.

mgrote / 2012-10-26 18:35:45   

awesome, thank you for pointing that out

This thread has been closed, thank you.