• Resolved osmanshahbaz

    (@osmanshahbaz)


    Hi i’m trying to customize my website https://newwww.justydl.com footer css i want to put background picture there. When i go to theme settings and select footer there is an option to select or change footer background color but when i go to style.css file then i not found any background-color:# ; there please help me how can i modify my website footer i not found any other .css file there…

    Thanks in advanced.

    Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The theme option isn’t modifying your style.css file. If you view the source of your page, you’ll notice the background color code is being output inline in your page source code.

    However, you can still use custom CSS to put a background image there.

    Something like the following would work:

    .footer-top { background-image: url('path/to/image.jpg'); background-repeat: none; }

    Thread Starter osmanshahbaz

    (@osmanshahbaz)

    Leland Fiegel

    Thanks a lot for your great and helpful reply….

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer css not found’ is closed to new replies.