Hello,
I am using the Modern Business layout for a blog and was wondering if there was a way to change the font of the metadata (category, date and author). I would like it to be in Merriweather Sans with no text transformation.
Here is a sample blog post: http://capstone-vision.flywheelsites.com/clarity-numbers-self-pay-model-healthcare/
Thank you!
Hey Kirstie,
I see the element is already using Merriweather Sans, so to remove the text transformation Try this code in the General Styling > Quick CSS field:
.html_elegant-blog #top .post-entry .minor-meta {
text-transform: none !important;
}
Best regards,
Mike
That worked great. Thank you!
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
This topic can be closed, thanks!