Thank you, Wes, for your help.
When will the next update be available?
Thank you!
Agnes
Hi Wes,
I’ve updated the CSS as per your instructions, but the color of the header and footer bars did not change. I have copied my changes below.
Also, how to I fix the Featured Section 1 Image, Featured Section 4 Image and Featured Section 5 Image. I have used the correct image size 1600 x1050, but the images do not stretch the whole width of the screen.
Here is the site I am working with. Theme version 1.1.2
http://orangefoxmarketing.com/mmotg/
On another demo site I am working on…theme version 1.0.0, the Featured Section Images do stretch the whole width of the screen.
Thank you,
Agnes
.site-header {
background-color: #EA35CC;
border-bottom: 1px solid #ddd;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
————————
.site-header.light {
background-color: #EA35CC;
padding-top: 0;
}
———————-
.footer-widgets {
background-color: #EA35CC;
clear: both;
font-size: 18px;
text-align: center;
}
—————