Change style of only footer widgets.

Is there a way to target and change the css styles of just the footer widgets?

Change background color, remove border, etc…

Thanks,

Nick

Hi Nick,

I hope you are well today and thank you for your question.

Yes you can achieve this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

#footerarea .widget {
    background-color: #F8F8F8;
    box-shadow: none;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin