• paradisenz

    (@paradisenz)


    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!

Viewing 6 replies - 1 through 6 (of 6 total)
  • kjodle

    (@kjodle)

    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.

    Thread Starter paradisenz

    (@paradisenz)

    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

    kjodle

    (@kjodle)

    There it is! Looks great.

    Thread Starter paradisenz

    (@paradisenz)

    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?

    kjodle

    (@kjodle)

    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

    Thread Starter paradisenz

    (@paradisenz)

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

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Graphene page titles; how to change’ is closed to new replies.