I would like to know how to make the sub heading text in the special heading section bold. Is there something I can add to the custom css class section so I can select which ones I make bold? or is this something that has to be added to Quick CSS? Thanks in advance!
Hi djshortkut!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-subheading {
font-weight: bold;
}
Cheers!
Yigit
Thank you very much! Resolved