Hi 🙂
What theme are You using? There is no feature for this problem in theme panel or personalization? If not, You can change some code in style.css or add few lines.
Find in style.css (Theme stylesheet) and change to size what You want:
.single .entry-title {
font-size: 2rem;
OR add custom code:
.single .entry-title {
font-size: 20px; !important
}
If this no helping, write to me [ redacted, support is not offered via email, Skype, IM etc. only in the forums ]
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
@masterwordpress Please do not attempt to contact people outside of these forums. That is expressly discouraged.
https://make.wordpress.org/support/handbook/forum-welcome/#the-bad-stuff
Hi @masterwordpress ,
Unfortunately I could not find that line of code and adding the code did also not help in the end. I’ve added it but nothing changed for some reason…
Cheers,
Franklin
Are You sure You added in right css file?
Clear cache and cookies
Try check the element in browser on post page and change size on live view.
I found this code in your theme file on your server, so you can too :p
