Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #216019

    Hi there,
    I use a number of blog posts widgets with the advanced layout builder on my homepage. Unfortunately the font of the title underneath the big slider is too small. How can I increase it?
    Thanks

    #216680

    Hey gentlemansgazette!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .avia-content-slider .slide-entry-title {
        font-size: 23px;
    }

    You can adjust it as needed.

    If you want it to only effect the home page then you can use:

    
    #top.home .avia-content-slider .slide-entry-title {
        font-size: 23px;
    }

    Best regards,
    Devin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to Increase the heading font size on Blog Post Widgets.’ is closed to new replies.