Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #260492

    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

    #260831

    Hi Greg!

    Please use following selector to add your background image

    #main .container { }

    Best regards,
    Yigit

    #262041

    Hello Yigit,
    This still creates the bg on the footer element… is there something to target just the main content area?
    ~ Greg

    #262595

    Hey!

    Please use following selector instead

    #main .container_wrap_first { }

    It should look like this – http://i.imgur.com/GI4Xjr5.jpg
    Regards,
    Yigit

    #266991

    (lets close this – i started a new topic with more details.)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘changing background element properly’ is closed to new replies.