Page title issue when inserting a badge
-
Hi,
First of all, thanks for the great theme!
I need a bit of help: I get an issue with the page title when inserting a researcher id badge in there. The title font size dramatically reduces, making it hard to read.
I do not have any clue of what’s going on… Could someone help, please? Thanks!
Leticia
Admin
URL to where this is happening?
Admin
Try adding this to the theme’s Custom CSS option:
.post-title,
.post-title a {
font-size: 24px !important;
}Admin
I don’t see the code being added to your site. Are you sure you’ve entered it correctly and clear your site’s cache if you’re using any caching plugin?
Admin
Try this instead:
.post-title,
.post-title a {
font: normal 24px "Pontano Sans", sans-serif !important;
}
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
