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

    Hi, I am recreating this site: http://openfin.co in wordpress using enfold. If you look at the footer you will see a light background image under the far right footer column.

    I was able to get this to work (not showing at the moment) however it appears under all of the footer columns. How can I get it to Only show under the far right column widget? I see it has an id=text-5 which has worked in the past when I wanted specific styling in a text widget but it doesn’t appear to be working in this case.

    Any ideas?

    Thanks!
    Slade

    #355284

    Hi Slade!

    Website you linked is not using Enfold. Either way, it seems like you have already figured it out – http://i.imgur.com/7rhejTx.png

    Regards,
    Yigit

    #355476

    Hi Yigit!

    Sorry, I did a poor job of explaining. That link is to the site that we are recreating using Enfold. You can see the actual site in progress here: http://littledigitalagency.com/Client/openfin/

    As you can see in the footer – it is in the “Contact” area that I need the map background. I can get it to show up correctly but it shows under all of the footer widgets.

    I hope this helps. Thanks!

    Slade

    #355499

    Hey!

    Please add following code to Quick CSS

    #footer section#text-5 {
    background-image: url(https://openfin.co/images/world-map2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    }

    Best regards,
    Yigit

    #355555

    As usual…you are the best Yigit!
    Thanks for the quick response.

    Slade

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Footer Column background-image’ is closed to new replies.