Forums

Changing site title colour (7 posts)

  1. MetteM
    Member
    Posted 6 months ago #

    Hey! I have been trying to change the colour and font of my site title. I went into my style.css under the Header category and changed the colour of the site title using HTLM colour codes, I saved it... BUT the colour is not changing?? My website is http://www.bestselfexperience.com It is the title at the top of the page 'Best Self Experience' that I want to change to a dark blue colour. Hope you can help met! Thanks!

  2. sourabh2684
    Member
    Posted 6 months ago #

    this is your old style.css (line number-727)
    #site-title a {
    color: #031659 ;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    }
    but you should do some change in your css
    in your color code add important! key word as well as font problem after that your problem will be solve like this:-
    #site-title a {
    color: #031659 important! ;
    font-weight: normal important!;
    letter-spacing: 0.1em important!;
    text-decoration: none important!;
    text-transform: uppercase important!;
    }
    i am waiting your feedback......

  3. MetteM
    Member
    Posted 6 months ago #

    Hey,

    Hmm.. I went into my style.css sheet (through my cpanel) to edit it. I have this in my style sheet under Header:

    #site-title {
    display: block;
    margin: 0 auto;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 18px 0;
    }
    #site-title a {
    color: #151B54 ;
    font-weight: normal ;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;

    And then I put in important! after the colour code... but nothing happened? Am I in the wrong place, or...? I don't get why it is not changing the colour of my title.

    Thanks,

    Mette

  4. sourabh2684
    Member
    Posted 6 months ago #

    hi MetteM,
    go to in your css line number 727,after that
    #site-title a {
    color: #031659;
    }
    or you can choose color using color code then change it......i'm waiting your feedback.......

    thanks,
    sourabh

  5. Mark_Castle
    Member
    Posted 5 months ago #

    I am having the same trouble... I have downloaded a theme called 'Modfolio' and I have managed to customise everything but the colour of the main title. Where should I go??

  6. sourabh2684
    Member
    Posted 5 months ago #

    Hi mark_castle
    please give me your URl of your website......

    Regards
    sourabh2684

  7. Mark_Castle
    Member
    Posted 5 months ago #

    Thank you, here is a link to my site http://www.castlecreative.co.uk

    You'll also notice that if you click into a page the main title moves slightly... thoughts?

    Thanks for your help

Reply

You must log in to post.

About this Topic