Tagged: background, CSS, image, stretched
Hi,
I’m working on my second site using Enfold and have just bought another licence. Cracking theme and the first client was delighted so thank you for all your hard work and excellent support.
I need to use the stretched layout as the design requires a full width coloured footer. The trouble is we also need to have a background image for the body which isn’t natively supported within the theme.
How can we achieve this please and could we put this in as a feature request
Hi DigitalEssence!
Try adding this to your custom CSS.
.avia-section { background: blue; }
.avia-section .container { background: white; }
Regards,
Elliott
Hi Elliott,
thanks for getting back to me.
I’ve added those lines to the Quick CSS section, saved and refreshed but it hasn’t made any difference.
I also tried adding !important to them but still no luck.
I will copy the url into a private reply for you to have a look at if you would be so kind.
Hey!
Try this.
#main .main_color { background: red; }
#main .main_color .container { background: white; }
If that’s not what your wanting then take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
Elliott
That’s the ticket Squire. Perfect.
Thank you very much