Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12070
    Harry454
    Member

    Hi all,

    I have been trying to figure out how to change the font colour of the header text on each individual post.

    The website is http://www.qhra.com.au

    For example I want to change where it says on the home page Queensland Human Rights Awards 2014 to a different colour, same goes for all headers on all pages.

    If anyone can help or let me know where to exactly look for the line in the code it will be greatly appreciated.

    #12084
    Sakin
    Keymaster

    @Harry454: Just change the color code as per you need and add the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-header .entry-title { color: #222; }

    #12116
    Harry454
    Member

    @Sakin: Thanks for that! Works perfectly,

    could you also perhaps let me know if there is a way to remove the first white box along the featured post slider, as in the images on the homepage? As well anyway to round the corners of the second box with the quotes?

    #12121
    Sakin
    Keymaster

    @Harry454: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #main-slider .entry-title { display: none; }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing Post Header Font colour’ is closed to new replies.