Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: Background Image placement under footer #61957
     Delta150
    Participant

    This is what I have so far in my quick CSS:

    COPY CODE
    /*This code shrinks the height of the main menu*/
    .kleo-main-header .navbar-header, .kleo-main-header .navbar-collapse > ul > li > a {
        line-height: 50px !important;
    }
    
    /*This code changes the color of the topbar to black*/
    .social-header {
      background-color: black !important;
    }
    
    /*This code shifts the logo down by 15 pixels*/
    .navbar-header .logo {
    padding-top: 15px;
    }
    
    /*This is a custom ccs by moderator*/
    .navbar-transparent .header-color, .navbar-transparent .header-color .kleo-main-header {
      background-image: url("http://www.flavourex.com/wp-content/uploads/2015/06/9036048_l.jpg") !important;
    }
Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?