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……
Thread Starter
MetteM
(@mettem)
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
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
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??
Hi mark_castle
please give me your URl of your website……
Regards
sourabh2684
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