midlot
Forum Replies Created
-
Thanks, but I am still very confused. I have changed the colour to #FF0000 and changed the font size as you suggested but still there is no change in the appearance of the title and tagline on my site.
This is how th code of the CSS is looking now
‘.site-info-text-top .site-title a,
.site-title a {
color: #FF0000;
}.site-title {
font-size: 36px;
font-family: ‘Open Sans’, sans-serif;
}.site-info-text-top {
border-bottom: 1px solid #eee;
}
.site-info-text-top a{
display: block;
text-align: center;
}.site-info-text-top .site-title a {
color: #FF0000;
font-family: ‘Open Sans’, sans-serif;
font-weight: 300;
padding: 0 20px;
text-decoration: none;
font-size: 36px;
text-transform: uppercase;
}’
I am wanting to get larger red lettering for the site title and slightly smaller black lettering for the tagline. I am assuming that the tagline is the site info? I cannot understand why the changes I am making are not altering the look of my site at all. wpuld really be very glad of some help here. The site is https://redhotchillinews.comIf this helps someone help me? Here is the chunk of code I was looking at when I did some editing of the style.css file in the editor
‘.site-info-text-top .site-title a,
.site-title a {
color: #FF000;
}.site-title {
font-size: 46px;
font-family: ‘Open Sans’, sans-serif;
}.site-info-text-top {
border-bottom: 1px solid #eee;
}
.site-info-text-top a{
display: block;
text-align: center;
}.site-info-text-top .site-title a {
color: #FF000;
font-family: ‘Open Sans’, sans-serif;
font-weight: 300;
padding: 0 20px;
text-decoration: none;
font-size: 36px;
text-transform: uppercase;
}.site-description {
color: #FF000;
display: none;
}
‘ I will admit that I am close to hopeless regarding coding, but I thought I had changed the site title to being a red but in fact it still looks like drak grey when I view my siteI have changed the colour and font-size (or at least thought I had) but there seems to be no change in the colour or font-size of my site’s title and tagline after I updated the CSS file in the editor.