Changing Drop down menu and block quote fonts
-
I am trying to change the font of my drop down menu and my block quotes to match the style of the header of my blog (www.thehairychef.com)
I tried changing the style.css file to the following:
blockquote { font-style: italic; font-family: Rock Salt; font-size: 20px; padding: 0 3em; } blockquote cite, blockquote em, blockquote i { font-style: normal; } pre { background: #f7f7f7; color: #222; line-height: 18px; margin-bottom: 18px; overflow: auto; padding: 1.5em; }
But its not changing my block quotes. I am still at a loss as to how to modify my drop down menu too form the default to the font I want to use, Rock Salt.
Cheers
J
- The topic ‘Changing Drop down menu and block quote fonts’ is closed to new replies.