- This topic has 2 replies, 2 voices, and was last updated 8 months, 2 weeks ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Hello WP Royal Team!
I have been a satisfied Bart user for years. I recently got a new design and have problems with the font in the footer, namely in the related posts and above them the previous and newer ones.
I would prefer not to have capital letters in the previous and newer ones.
And in the related posts the font needs to be larger, which is difficult to read.
Here is a screenshot:
What would be the code that I have to insert in css?
Many thanks and best regards
Evelyn
Hi Evelyn,
At first, thank you for choosing our theme and service.
Please navigate to Dashboard > Appearance > Customize > Additional CSS and add the CSS snippet below:
.single-navigation span
{
font-size: 16px !important;
text-transform: capitalize !important;
}
Kind Regards