How can i change the blog post headline size? Seems to not change when tried to change H1 in Adv. styling or General styling? Text are overlimiting, when big headlines side by side….
Hey pikkuapuri,
Please try the following in Quick CSS under Enfold->General Styling:
.slide-entry-title a {
font-size: 16px;
word-wrap: break-word;
}
Best regards,
Rikard
Big thanks. Works fine. Should ne in the General styling or Adv. Styling this one!
Hi,
Yes, that might be added in a future version of the theme.
Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi again. Is it possible to get more space between letters/ words on blog headlines?
Hi,
To add space between the letters for the post title, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.html_elegant-blog #top .post-entry .post-title {
letter-spacing: 4px;
}
adjust the number to suit.
After applying the css, please clear your browser cache and check.
Best regards,
Mike