Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #653229

    On my homepage, I have a section labelled FROM THE BLOG which pulls in the latest blog entry. How do I change the font size to be a little bigger for the title (Giving Voices to the Voiceless) and summary (This title is a direct quote from a conversation with Erasmus…)

    I noticed that it shares the same size as this blog grid listing page – http://1c5.964.myftpupload.com/blog/blog-grid/
    I want to keep the blog grid listing page the same size but ONLY change it on the homepage

    Thanks

    #653328

    Hi navindesigns!

    Please try the following to your child theme header.php file

    <?php if(is_home()) { ?>
    <style>
    .avia-content-slider .slide-entry-title {
    font-size:
    }
    .page .content .entry-content {
    font-size:
    }
    </style>
    <?php } ?>

    let us know if that works out for you.

    Cheers!
    Basilis

    #653367

    I do not currently have a header.php file in my child theme. Can I just create a brand new one and add just this code you provided and save it in my child theme?

    #653418

    Hi!

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

    .home h3.slide-entry-title.entry-title {
        font-size: 20px;
    }

    Cheers!
    Yigit

    #653423

    thanks

    what about the summary font size (“This title is a direct quote from a conversation with Erasmus…”)

    any any update on this ticket which is directly related to this section

    #654468

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .home .slide-entry-excerpt.entry-content {
        font-size: 15px!important;
    }
    

    Best regards,
    Yigit

    #654469

    That works. Thank you as always

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Homepage blog listing title and abridge/summary copy font size’ is closed to new replies.