• 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…

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘Change colour of my title?’ is closed to new replies.