Hello Just need a hand with the font size on my site
There are sections that I can’t seem to figure out how to change
If you look on the homepage you will see that some sections have a larger font and some sections have a smaller font.
Also in the interior pages we would like to change the font size as well please
Thanks
Love the theme!
Hey Stigan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia_textblock p {
font-size: 14px;
}
Regards,
Yigit
Hi Thanks for the response, it seemed to work on some spots but not all
Is there a way to adjust font on the “No job is too big or too small” section on the homepage?
Hi!
Try with this code:
.avia_textblock h2 {
font-size: 32px !important;
}
Cheers!
Josue
Hi Josue
This seemed to do nothing, the section I am trying to change is on the homepage
The text right under “no job is too small”
Hey!
Try increasing the font-size value, for example 62px:
.avia_textblock h2 {
font-size: 62px !important;
}
Result:
Best regards,
Josue
Hey!
Try to use the following:
.avia_textblock p {
font-size: 16px !important;
}
The textblocks on the homepage have in the tag <p style=”font-size: 12px;”>. This might break the code above, so if it does not work try to remove the style attribute.
Best regards,
Günter
Hi Thanks that worked great, one last thing
Would it be possible to also show me how to increase the size of the font for the Testimonials?
http://jjscustomplumbing.com/testimonials/
And then I will be outta your hair
Thanks for the great support
Adwin