Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #52174
    Troy
    Member

    Good morning I’m trying to also figure out coding that would permit me to place images and sliders on the background footer, not the gray footer that widgets go on, but the actual footer where “all rights reserved is positioned?

    #52176
    Sakin
    Keymaster

    @Troy: there is no option to do that. If you want to add image as background in the footer then you can add custom css in “Appearance => Theme Options => Custom CSS”

    You can check this example code: In the imageurl, you can add your image url and #000 is for color:
    #site-generator {
    background: url("imageurl") repeat scroll center top #000;
    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Coding to place images and sliders on the background footer?’ is closed to new replies.