Forums

Change colour of my title? (2 posts)

  1. beny175
    Member
    Posted 8 months ago #

    I have tried so many code changes in the style.css but nothing seems to make a difference. I want to change the colour of "Ben Howard" here: benhowardblog.com

    If you could tell me where to chage the colour in the style.css it would be much appreciated.

    NOTE: I have tried,
    #sitename {
    margin-bottom: 42px;
    padding-top: 1px;
    margin-top: 10px;
    width: 600px;
    margin-left: 2px;
    (then I added) color: #000000;
    }

    there are many more that I have tried :( please help...

  2. Federico76
    Member
    Posted 8 months ago #

    Try adding this to the bottom of your style.css file

    .sitename a { color: #color_here }

    Replace #color_here with whatever color you want to change it to.

Reply

You must log in to post.

About this Topic