Forums

Graphene page titles; how to change (7 posts)

  1. paradisenz
    Member
    Posted 12 months ago #

    Hi all!

    Many hours spent trying to get rid of the "blue" colour or at least hiding my page titles. Only success is I've managed to enlarge and change the font by playing with style.css code.

    http://www.paradiesnz.net

    Help appreciated!

  2. kjodle
    Member
    Posted 11 months ago #

    The link you included is returning a 404.

    Add this to custom CSS:

    .post-title, .entry-title {color:#FFFFFF;}

    Change #FFFFFF to the hex code of your choice.

    Only success is I've managed to enlarge and change the font by playing with style.css code.

    Don't edit theme files--you will lose all changes at the next update, and Graphene is updated often.

    Graphene Support Forum is here.

  3. paradisenz
    Member
    Posted 11 months ago #

    Hey you are wonderful! Thanks a heap.

    And thanks for the second tip; that makes sense.

    404 was cos I mis spelt my web site

    Its http://www.paradisenz.net

  4. kjodle
    Member
    Posted 11 months ago #

    There it is! Looks great.

  5. paradisenz
    Member
    Posted 11 months ago #

    Thanks!

    Can I trouble you again please (in my fumbling ignorance I have a kind of love/hate relationship with wp coding!)...what do I write in my custom CSS box to control the font type and size of post title and underline?

  6. kjodle
    Member
    Posted 11 months ago #

    Try this:

    .post-title, .entry-title {
        color:#FFFFFF;
        font-family: Times,serif;
        font-size:24px;
    }

    Also, try these links:

    http://www.w3schools.com/css/css_font.asp

    http://www.w3schools.com/css/css_text.asp

  7. paradisenz
    Member
    Posted 11 months ago #

    That is fantastic many thanks for your assistance. I will follow up those links. Have a great day in your part of the world!

Reply

You must log in to post.

About this Topic