Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1425402

    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….

    #1425437

    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

    #1425438

    Big thanks. Works fine. Should ne in the General styling or Adv. Styling this one!

    #1425487

    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

    #1429642

    Hi again. Is it possible to get more space between letters/ words on blog headlines?

    #1429650

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.