By
Keith Vaugh+
Hi All
I have being trying to sort out the titles on the blog page with no success. URL: https://www.magva.com
The CSS I have include is:
h2 {
font-family: 'Melbourne', sans-serif;
font-weight: 600;
font-style: normal;
color: #925c21;
font-size: 16px;
}
h4 {
font-family: 'Melbourne', sans-serif;
font-weight: 600;
font-style: normal;
color: #925c21;
font-size: 16px;
}
If I pop an a after the h2 or h4 and before the curly brackets, it losses all formatting replacing with large font size that is defined in the theme fonts.
As it is, it's not rendering the font the color that I was hoping for.
Also is it possible to force's caps on the the titles, have tried adding:
text-transform: capitalize;
and
text-transform:uppercase;
with no success.
Thanks in advance