Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1320302

    Hi,

    I am trying to target the blogpost-titles :
    > on single posts and
    > on blog-overview-page.

    I want to make them smaller without affecting the other h1 h2 h3 titles on my site

    can you help out?

    Thanks
    Alexander

    #1320509

    Hi Alexander,

    Could you post a link to your actual site, so that we can have a closer look please?

    Best regards,
    Rikard

    #1320516
    This reply has been marked as private.
    #1320634

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .blog h3.slide-entry-title {
        font-size: 26px !important;
    }
    
    .single-post h1.post-title {
        font-size: 30px !important;
    }

    Best regards,
    Rikard

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