Hi,
If I click one post out of my newsblog and get to the single blog post page the title font size is very small.
Every other title font size is correct, only the single blog post titles diferr.
Can you take a look and give some advice?
Thanks
Daryl
Hey Daryl!
All the links on your website directs me to “rechtliches” page. You can add following code to Quick CSS in Enfold theme options under General Styling tab and adjust the value to change the font size of single post titles
.single-post h1.post-title.entry-title {
font-size: 30px;
}
Cheers!
Yigit
Hi Yigit,
sorry, didn’t realize, that you might have an non-austria IP… ;-)
I switched off the countryblocking now. Would you mind, to take a look again?
Your custom CSS will work, but I’d like to know, why only this single blog post pages don’t show a correct titel size.
(Don’t like to overrule something that should work ;-)
Please take a look again, ok?
Thanks
Daryl
Hi!
The alternate_color h1 is set to 32px in size while the theme default font title is set to 16px. Since it isn’t an h1 on that page, it doesn’t inherit that specific font size like the other pages.
Best regards,
Devin
Hi!
Please add following code to Quick CSS instead
.title_container .main-title { font-size: 34px; }
Regards,
Yigit
That’s it!
Thanks, solved.
Daryl