Okay, I'm stuck. I upgraded to 7.5, and can't seem to get the footer to change color - the footer background color is right in the footer section of the dashboard, and firebug shows that it is in the css even has !important, but no dice. Weirdly, the copyright section IS picking up the right color, but not the footer. I want both the footer and the copyright to have the same background.
I just got mine to work with a quick workaround... Go to your Salient options, go to General Settings -> CSS/Script Related, and paste the following row into the Custom CSS Code box:
Okay, I'm stuck. I upgraded to 7.5, and can't seem to get the footer to change color - the footer background color is right in the footer section of the dashboard, and firebug shows that it is in the css even has !important, but no dice. Weirdly, the copyright section IS picking up the right color, but not the footer. I want both the footer and the copyright to have the same background.
See attached for a visual!
I too have noticed this! Hopefully it's an easy fix...
I just got mine to work with a quick workaround... Go to your Salient options, go to General Settings -> CSS/Script Related, and paste the following row into the Custom CSS Code box:
#nectar_fullscreen_rows > .wpb_row .full-page-inner-wrap {
background-color: transparent!important;
}
Nick! You da man! That fixed my problem. I officially owe you a beer. :-)