Tagged: Custom Class, Header Size
I was wondering what the custom class code would be to change the header 3 size in a text box?
Thanks,
Gavin
Hi gphughes!
Try this out.
.avia_textblock h3 { font-size: 20px !important; }
Cheers!
Elliott
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
Oops, very good. Thank you!