Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • in reply to: Semi-transparent background for the menu #114921
     DDArt
    Participant

    Sorry for the delay but should’ve looked into it more, I fixed it and used the following css to get what I wanted:

    COPY CODE
    .navbar-transparent.on-dark-bg
    #header .logo a, .navbar-transparent.on-dark-bg .navbar .navbar-nav>li>a, .navbar-transparent.on-dark-bg .navbar .navbar-nav .caret:after {
    color:red;
    }
    */
    .kleo-main-header.header-normal {
      background-color: rgba(255, 255, 255, 0.6) !important;
    }
    
    .sticky.fixed {background: rgba(255, 255, 255, 0.6) !important; }
    
    .kleo-main-header.header-normal {background-color: rgba(255, 255, 255, 0.6);}
    

    Hope this helps someone else out.

    in reply to: Semi-transparent background for the menu #114227
     DDArt
    Participant

    Mine the following worked the way I wanted, I just have to tweak text..

    COPY CODE
    .kleo-main-header.header-normal {
      background-color: rgba(255, 255, 255, 0.6) !important;
    }
    
    .sticky.fixed {background: rgba(255, 255, 255, 0.6) !important; }
    
    .kleo-main-header.header-normal {background-color: rgba(255, 255, 255, 0.6);}
    
    

    Hope this helps someone..

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

Log in with your credentials

Forgot your details?