-
AuthorPosts
-
June 12, 2020 at 6:02 pm #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.
June 13, 2020 at 6:12 am #1222280Hey 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 ShannonJune 16, 2020 at 5:00 pm #1223117Thank 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.
June 17, 2020 at 8:58 am #1223267Hi,
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,
RikardJune 17, 2020 at 4:39 pm #1223447Thank 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!!
June 17, 2020 at 5:12 pm #1223454Hi,
Thanks for clarification. Add this to quick css:
.av-image-caption-overlay-center h3{ color:white!important; }
Best regards,
Jordan ShannonJune 17, 2020 at 5:37 pm #1223461Perfect! Thank you so very much!!!
June 17, 2020 at 10:59 pm #1223502Hi,
No problem, I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Changing default font spacing and options’ is closed to new replies.