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

    On my ‘news’ page I have my blog posts. I would like to do 2 things:

    1 – remove the separator line between the heading and the excerpt.
    2 – change the heading size of each blog post (without affecting the font size of headings on other pages)

    Thank you!

    • This topic was modified 7 years, 4 months ago by mosaic.
    #726070

    Hey kieranvyas!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_elegant-blog .av-vertical-delimiter {
        display: none;
    }
    .page-id-154 h2.post-title.entry-title {
        font-size: 20px!important;
    }

    Regards,
    Yigit

    #726073

    Perfect! Thank you. Can I also make the excerpt text smaller? As well as the ‘Read more’ box?

    • This reply was modified 7 years, 4 months ago by mosaic.
    #726085

    Hi!

    Please add following code to Quick CSS as well

    .page-id-154 .entry-content p {
        font-size: 14px;
    }
    .page-id-154 .more-link {
        font-size: 14px;
    }

    If you would like to apply these changes globally, please remove “.page-id-154” from code

    Cheers!
    Yigit

    #726094

    Amazing! Very last thing! I’ve now added a search box to that page, when you run a search how can I change the heading size of the results?

    • This reply was modified 7 years, 4 months ago by mosaic.
    #726100

    Hey!

    Please add following code to Quick CSS as well

    
    .search-results h2.post-title.entry-title {
        font-size: 20px!important;
    }

    Cheers!
    Yigit

    #726104

    You’re the best

    #726124

    Hey!

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to remove separator from blog posts and change heading font size?’ is closed to new replies.