Change Info Box Background Color
Hello,
I am using the Yellow theme skin on the BeYoga theme but I would like to change the background color of the info box I have from yellow to white. I have looked in the Colors section of the Appearance tab on the Wordpress dashboard but I do not see it drill down this far. I can change the "get_in_touch" color but not .infobox.
When I inspect the code using the developer options in Chrome I see what I have pasted below but I would like the color to be #ffffff. Is there a way to do this within the dashboard or do I have to change it within the .css file and FTP it?
.get_in_touch, .infobox {
background-color: #eea200;
}
Thanks for your help.
I am using the Yellow theme skin on the BeYoga theme but I would like to change the background color of the info box I have from yellow to white. I have looked in the Colors section of the Appearance tab on the Wordpress dashboard but I do not see it drill down this far. I can change the "get_in_touch" color but not .infobox.
When I inspect the code using the developer options in Chrome I see what I have pasted below but I would like the color to be #ffffff. Is there a way to do this within the dashboard or do I have to change it within the .css file and FTP it?
.get_in_touch, .infobox {
background-color: #eea200;
}
Thanks for your help.
Comments
this is exactly the same color as "Get in touch" what you can see on this image http://snag.gy/jqqfA.jpg
background-color: #eea200;
}