Archived topic
Color Question
5 replies · Started by Marius on April 1, 2023
Under a Blogpost, there are some Elements like Categories, Tags and next and previous Post Navigation.
After I switch to a local font, the color of these elements have changed.
Where can I set the Color and the font-size of for this elements?
Hi there,
Can you link us to a page where we can see these elements?
Sure.
Hi there,
odd, a font change should not have affected that - perhaps there was some custom CSS for those colors that got disturbed when adding the @font-face CSS?
Anyhow, that is the footer meta and you can use this CSS to change its font size and color:
footer.entry-meta,
footer.entry-meta a {
color: #f00;
font-size: 20px;
}
Hi David,
this was a fresh Import from the Service Site from the Library.
But with your CSS, it works.
Thank you.
Glad to hear that