• Resolved simonspurr

    (@simonspurr)


    I have just set my first blog today and am using a free template – However, my title is going over the theme and it is blue on blue. How can I change the colour of my title (I have tried design–header image and colour–font colour – it doesn’t change. If I can’t change the colour is there a way I can shift it to the left?

    It is at https://www.refreshed.info

    And while on the topic how do I change the second line of text the says “Just Another WordPress Blog”?

    Any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try modifying the hexidecimal color def in your style.css file from:

    #header h1 a:link, #header h1 a:visited {
    color: #0090ec;
    text-decoration: none;
    }

    to something like:

    #header h1 a:link, #header h1 a:visited {
    color: #666;
    text-decoration: none;
    }

    The ‘just another WordPress . . ” is controlled in the Admin panel under Settings/General/Tagline.

    ??

    Thread Starter simonspurr

    (@simonspurr)

    Thanks

    Resolved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Title Colour (while using template)’ is closed to new replies.