Bottom Bar to Overlap Footer

  • Author
    Posts
  • #3212

    Andrew Misplon
    Keymaster

    Hi 🙂

    Try:

    .site-footer {
    	position: relative;
    }
    
    .site-footer .bottom-bar {
        background: transparent;
        bottom: 0;
        color: #fff;
        position: absolute;
        width: 100%;
    }
    
    .site-footer .bottom-bar a {
        color: #fff;
    }
    
    .site-footer .bottom-bar a:hover {
        color: #fff;
    }
    
    .bottom-bar-menu .menu li a:before {
        color: #fff;
    }
    
    .site-footer .bottom-bar a:hover {
        color: #fff;
    }

    I included the hover colors for you to customise.

    #3215

    Tomas Sears
    Participant

    Thanks Andrew, I have put the code in “Custom CSS” but no luck 🙁

    Is that the correct place?

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Scroll to top