Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #300944

    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!

    #301070

    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

    #301833

    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?

    #301840

    Hi!

    Try with this code:

    .avia_textblock h2 {
        font-size: 32px !important;
    }

    Cheers!
    Josue

    #305501

    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”

    #305504

    Hey!

    Try increasing the font-size value, for example 62px:

    .avia_textblock h2 {
        font-size: 62px !important;
    }

    Result:

    Best regards,
    Josue

    #305506
    This reply has been marked as private.
    #305610

    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

    #305963

    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

    #305966

    Hi Adwin

    Please use following code

    .avia-testimonial-content p {
    font-size: 16px;
    }

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.