Please could you help me. New to WordPress. I had my header in Lower Case as shown. Changed it to UPPERCASE. It will not let me correct it back now even though it is right in the css.
Please could you help me. New to WordPress. I had my header in Lower Case as shown. Changed it to UPPERCASE. It will not let me correct it back now even though it is right in the css.
Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.
Remove text-transform: uppercase; from:
.logo {
font-family: 'Segoe UI',Arial,Helvetica,sans-serif;
font-weight: 700;
text-transform: uppercase;
}
in default.css
Default: Stylesheet (style.css)
I am in above but can't see anything saying logo
Godthis is a nightmare, been on it for hours
thankyou so much for trying to help me
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
Try adding:
.logo {
text-transform: none !important;
}
to the bottom of style.css
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
Nope its still in capitals
This topic has been closed to new replies.