Tagged: background image
Hello Enfold Support,
Here is a site I just started developing – it is going to have an e-commerce element via WooCommerce: http://coffeeworks.com/wordpress/.
I mention the WooCommerce aspect to avoid potential conflicts and errors as I am developing.
As you can see, I’d like to have a background image (100% width) for the site, with content on top of it, However, the “container” class, which seems the candidate for getting the result I am seeking, is also used in the footer and I believe in other elements as well – so this isn’t working as intended.
Is there a solution that will get me the result I am hoping for and hold up to theme updates?
TIA,
Greg
Hi Greg!
Please use following selector to add your background image
#main .container { }
Best regards,
Yigit
Hello Yigit,
This still creates the bg on the footer element… is there something to target just the main content area?
~ Greg
Hey!
Please use following selector instead
#main .container_wrap_first { }
It should look like this – http://i.imgur.com/GI4Xjr5.jpg
Regards,
Yigit
(lets close this – i started a new topic with more details.)