Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #865719

    Greetings,

    I recently set up a site using Enfold for a client, Naomi Harris – https://naomiharris.com.au/

    We’ve had little success being able to change the text size of certain areas. Using the Enfold formatter, it doesn’t change the selected font to the sizes we are attempting.

    Thanks for your help!

    Example 1

    Example 2

    Sea

    #865748

    Hey NaomiHarris,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Well, you can do it via css, for example or via Theme options> Advanced Styling:

    
    .av_textblock_section .avia_textblock {
      font-size : 40px;
    }
    #top  .all_colors .av_textblock_section .avia_textblock p {
      font-size : 20px;
    }
    

    Best regards,
    Victoria

    #865752

    Thanks for the prompt response – details in private are – thank you!

    #866359

    Hi NaomiHarris,

    We are in the process of switching to https. Thank you :)

    Is the code I gave you above not working for you? The size of the font is set on the wrapping div and the theme css has more specific styles applied to that header, so they get overwritten. It is better to use the css I gave you above.

    If you need further assistance please let us know.
    Best regards,
    Victoria

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