Shop Categories

X

Background below footer

Home Forums Agama Pro Background below footer

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12553
    Michael.srm
    Participant

    Hey,

    I am trying to change the background behind the footer to black. So it will look seamless on the pages that dont have enough content to fill the page.

    Cant find the option or the correct file to change for the childtheme though.

    Thanks in advance!

    Mihcael

    #12597
    Zex
    Moderator

    Hello Michael!

    Insert the next code into Customizing->General->Additional CSS:

    body {
        background-color: #000;
    }

    Also, If you want to have a sticky footer, additionally add the following codes at the same place:

    #colophon {
        position: fixed;
        width: 100%;
        bottom: 0;
    }

    Regards

    #12645
    Michael.srm
    Participant

    Worked perfeclty,

    Thanks a lot!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.