Site/Post Title's Fonts, Size and Colour

  • Hello, I am using Oulipo theme and would like to edit the colour, font and size of the site title (it is origininally in orange and the size is huge).

    The post title is also large in size, so for now site title is not used. However I would prefer to use post titles for google’s “searcheability”.

    I figure that it has to be done through upgrade using CSS. I would like to try out the preview before doing the upgrade but i just couldn’t figure out the codes to add in. Help here for the codes to edit site and post titles’ font, colour and size is greatly appreciated and thanked.

    likesoflove.com

    The blog I need help with is: (visible only to logged in users)

  • Site title, edit as desired:

    h1.masthead {
    font-size: 1.5em;
    }
    
    h1.masthead a {
    color: #ff0000 !important;
    }

    Post titles, edit as desired:

    h2.entry-title {
    font-size: 1.7em;
    }
  • The topic ‘Site/Post Title's Fonts, Size and Colour’ is closed to new replies.