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
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