Tagged: background image, header
Hi Guys,
How to Change Widget Title color, size in footer?
Thanks
Hey jalmz!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#footer .widgettitle {
font-size: 20px;
color: red!important;
}
Regards,
Yigit
Thank you Yigit!