Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #443424

    I was wondering what the custom class code would be to change the header 3 size in a text box?

    Thanks,
    Gavin

    #443918

    Hi gphughes!

    Try this out.

    .avia_textblock h3 { font-size: 20px !important; }
    

    Cheers!
    Elliott

    #444650
    This reply has been marked as private.
    #444653

    Hey!

    Seems like you have added custom CSS code into custom CSS field – http://i.imgur.com/KwhT4bk.png
    You should enter only “my-custom-class” into custom CSS field and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .my-custom-class h3 { font-size: 20px !important; }

    Best regards,
    Yigit

    #444664

    Oops, very good. Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header Size Custom Class’ is closed to new replies.