Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1222137

    How can I remove the padding at the top of my H4 fonts? It creates too much of a gap between the preceding line and the H4 line. I’ve customized H4 to use the Playfair Display font, so you can see the first thing on the Home page where there is a huge gap above the H4, as well as in the three areas midway down the page.

    Also, in the Image element, it won’t allow me to specify a heading, only the font size. I set the H3 font to be Open Sans Condensed and want that to show in the Image element but don’t know how to do that.

    #1222280

    Hey phausner,

    Add this to quick css:

    h4{
    margin-top:0px!important;
    }

    For the second question do you mean the h3 on the form?

    Best regards,
    Jordan Shannon

    #1223117

    Thank you for the H4 fix. The second question is really about how to customize the font used in the text area of an image element, like this: https://phausner.tinytake.com/tt/NDM4MTg5MV8xMzgzMjQ3MA. I have customized the H3 tag in the Enfold theme options, but if I add span tags to have the color be white, it negates the H4 fix of removing all the extra padding.

    #1223267

    Hi,

    Thanks for the screenshot, I couldn’t find the element in question on your actual site, but this CSS might help:

    h4, h4 span {
      margin-top:0 !important;
    }

    If not then please point out where we can see the actual element so that we can give you accurate CSS to use.

    Best regards,
    Rikard

    #1223447

    Thank you, Rikard. I apologize…I don’t think I’ve been explaining myself very well. Here is a better screenshot: https://phausner.tinytake.com/tt/NDM4NTA3MV8xMzg0MzcxMg

    If I use the H3 tag, the color is blue. For use in the Image element, I need the font to be white. How do I change the color for the H3 tag for a specific use, rather than global use?

    I really appreciate your help. You guys are the best!!

    #1223454

    Hi,

    Thanks for clarification. Add this to quick css:

    .av-image-caption-overlay-center h3{
    color:white!important;
    }

    Best regards,
    Jordan Shannon

    #1223461

    Perfect! Thank you so very much!!!

    #1223502

    Hi,

    No problem, I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Changing default font spacing and options’ is closed to new replies.