Tagged: CSS, Enfold Combo Widget
Hi,
Could you please point me at the right selectors to make the text in the combo widget larger. I’ve increased the font size of the site and the widget needs to catch up with the new size.
Thanks!!
Hey nigdowser!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_combo_widget * {
font-size: 13px!important;
}
Cheers!
Yigit
Excellent! Thank you!