• Resolved itsthepollvault

    (@itsthepollvault)


    I’d like to change the look of post titles and any text put between b-quotes. Instead of italics, I’d like it to be normal and for the quoted text, a smaller font than is currently used. Any assistance with codes and where to put them would be greatly appreciated!

    http://www.thehollywoodsigh.com

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • For your post titles and the quotes, you need to make edits to your theme’s stylesheet.

    For the post title’s locate the following near line 261 to change italic to normal:

    .article h2.post-title {font: normal 400 1.8em ‘Lora’, Serif; margin: 10px 0 5px 0; line-height: 1.2em;}

    For block quotes, locate this line near 269 to make any style changes you’d like including the font size:

    .article blockquote {font: italic 400 1em ‘Lora’, Serif; display: block; clear: both; margin: 20px 0; padding: 20px 20px 20px 60px; background: #f8f8f8 url(‘images/blockquote.gif’) no-repeat 20px 25px; font-style: italic; color: #888;}

    Thread Starter itsthepollvault

    (@itsthepollvault)

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Italicized Post Titles And Quoted Body’ is closed to new replies.