Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1270901

    Hello,

    How to change the title case from UPPER to lower case and font size on the blog page?

    See the link.

    Thanks

    #1271060

    Hey Harris,

    Please try the following in Quick CSS under Enfold->General Styling:

    .blog .slide-entry-title {
        text-transform: none;
    }
    
    .blog .slide-entry-title a {
        font-size: 16px;
    }

    Best regards,
    Rikard

    #1271965

    Hey. I added !important and it worked for the title change.

    Trying to do the line-height to reduce the space and it is not working. Any suggestions?

    Thanks.

    .blog .slide-entry-title {
    text-transform: none !important;
    }

    .blog .slide-entry-title a {
    font-size: 15px;
    line-height: 10px;
    }

    #1272154

    Hi,

    Please try this CSS as well:

    .blog .slide-entry-title {
        line-height: 0.8em;
    }

    Best regards,
    Rikard

    #1272238

    Hey,

    Thanks, it worked like this with !important

    .blog .slide-entry-title {
    line-height: 0.5em!important;
    }

    #1272315

    Hi,

    Did you need additional help with this topic?

    Best regards,
    Jordan Shannon

    #1272511

    No thanks.

    #1272549

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Blog page titles and font size’ is closed to new replies.