I have a footer widget that has a different font than the other two widgets: any idea why or how to correct? www.urbancabin.ca Thank you
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-container .textwidget { color: #ffffff; }
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-container .textwidget { color: #ffffff!important; } This will solve your issue.