Tue, 2014-12-30 03:06
Hi! I've tried looking everywhere for an answer, heres my question
How do I change the colour of the widget in my header? I want to keep the background colour the same. Someone else designed the site for me and not being helpful at the moment, looking to complete it myself.
site: www.francescamckenzie.com
Thanks for any and all help!
Wed, 2015-01-14 21:23
#1
You should be able to apply a
You should be able to apply a style to the parent div of the widget in the header. The code should look something link this:
.widget-area { background-color: #fff; width: 20%; }
I simply added the background-color property with a value of white and I had a white background for it.
Hope that helps