• Resolved zajnostiko

    (@zajnostiko)


    Hello, i’m trying to insert an specific background image to my footer but it seems any code is not working on this theme.

    I would love to reproducte this footer https://www.acomo.com.pe

    Please, do you have any idea?

    • This topic was modified 4 years, 7 months ago by zajnostiko.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    You can accomplish this by adding CSS to the customizer:

    .footer-nav-widgets-wrapper {
         background-image: url('thisisanimage.jpg');/* include the path to the image */
         background-size:cover;
        background-repeat:no-repeat;
    }
    
    Thread Starter zajnostiko

    (@zajnostiko)

    Thank you very much, Bianca! It worked. Then I had to add some Elementor items but I modified the function name using the same structure you wrote.

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Create a footer background image’ is closed to new replies.