Hi is there some CSS to change the blog headers from Uppercase to just regular font style (lowercase), plus change the size?
Also is there a way to change the background colour in the form fields? I’ve looked onthe forum and there where a few ideas but none are working for me. I’d like a global colour change on all fields if possible.
Thanks
Hey Snerp,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Link is here
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.post-title a {
text-transform:none !important;
font-size:20px !important;
}
Best regards,
Rikard
Hi Rikard,
that CSS didn’t work :(
I’ve included the login info for the site if that helps
Hi,
It seems that changes to Quick CSS aren’t taking effect. This usually happens when websites have a caching plugin, or a caching service with your web host. If you have one, please clear the cache first so that the changes take effect.
You can also try adding Rikard’s code into your child theme’s style.css file.
Please let us know how it goes!
Best regards,
Sarah
Hmmm no caching plugin or host caching, I even added the code to the child theme’s style.css and still no changes. I also turned off all the plugins to make sure none of them are the cause.
Hi,
I added it to your child theme’s style.css and cleared my cache and can see the changes :)
Best regards,
Mike
Hi Mike, thank you for your help. I guess the code may have not been added correctly the first time.