Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #448309

    Sorry for posting a question that has been answered many times but the provided solutions didn’t work so I’ve posted a link to my site below.

    I’ve tried:
    Editing enfold child, advanced styling, h2 tag, font size.
    Also tried:
    adding code to quick css under enfold child, general styling, quick css”

    h2 {
    font-size: 10px; !important;
    }

    (added the!important; bit when the rest didn’t work.
    Please help. (let me know if you need login details)

    • This topic was modified 9 years, 6 months ago by ksdominant.
    #448315

    Update: Also tried manually (ftp) adding this code to custom.css (in themes/enfold/css folder)
    h2 { font-size: 10px; }

    but no joy there either..

    #448439

    Hey!

    Can you please try adding following code to Style.css file of your child theme in Appearance > Editor

    h2 { font-size: 10px !important; }

    Cheers!
    Yigit

    #448692

    Added it but it makes no difference:
    see the “what we offer” text on my homepage (listed privately above).

    #448719

    Hi!

    Remember to purge your caching / minification after doing this change.

    Cheers!
    Josue

    #449104

    Thanks guys, It was the minify or page caching and so I did it through the enfold child settings for ease.

    Thanks again :)

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Another H2 size topic’ is closed to new replies.