Hello I have just upgraded the Andrina theme and would like some help with my footer widgets. 1. I had three footer widgets then i did something experimenting and now have two but i am not sure how to get back the three that i really want. 2.The bar that had the phone, hours and email address I would like to know how to get it back. 3.How can I change the background color of the footer? It showed black when I had the three widgets now it shows a little of the black but I would like to change the color. 4. Over my FB widget the color is red but I would like to change that. My website is www.acts1movingservices.com Thanks for any help you can give Vickie
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer { background: black; } .widget_inner.last h4 a { color: green; } Write your color in above code. It will resolve your issue. Thanks & Regards Yogesh Bhade
Thank you Yogesh. I was able to get most of them resolved except No. 4. How do I get the information in the footer widgets centered? One other question...Is there a way I can get my social icons extending from the left side like how I was able to get the "Contact us" extending from the right side with FormGet? Thanks
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .widget_inner.last h4 a { color: green; } Use social icon widget to add social icon. https://wordpress.org/plugins/easy-social-icons/ It will resolve your issue. Thanks & Regards Yogesh Bhade