Hi,
What’s the best way to change my default font style for blog posts?
Also, I noticed some resources online mentioning font size customizations, etc available in the post toolbar but for some reason these don’t show for me. Is this expected within enfold?
Many thanks,
Jonathan
Specifically, the kitchen sink button does not show up in the toolbar.
Hi – just wanted to make sure this was seen.
The “kitchen sink” button does not show up in the enfold blog post drafting page. Is this by design? Also, what’s the best way to change the default font style for blog posts?
Many thanks,
Jonathan
Hi Jonathan!
It is not hidden by default. Which version of WordPress are you using?
How you would like blog posts font style to be?
Best regards,
Yigit
That’s very weird then, the kitchen sink wasn’t showing at all until I added the Ultimate TinyMCE plugin. Why would it have been hidden?
I just want the default blog post text to be as is currently on that post. But I don’t want to have to adjust with TinyMCE every time I publish a new post. Ideally I wouldn’t even use that plugin.
Why wasn’t the kitchen sink button showing? And what’s the recommended way to change font size for posts?
Thanks!
Also, I’m using the latest version of WP, just upgraded.
Hey!
If you want to change the overall font size for posts. You can add this on your custom.css or Quick CSS:
body, body p {
font-size: 15px;
}
Regards,
Ismael
Thanks Ismael. How come the kitchen sink button doesn’t appear in my toolbar? I only get one line of tools with no toggle button for the styles line.
Thanks – TinyMCE added the kitchen sink. I don’t know why it wasn’t there before but it is now. And thanks for the code re font size. You may close this thread!