Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • in reply to: Transparent Main Menu #41248
     Florian
    Participant

    I have the solution:

    COPY CODE
    .navbar-transparent #header .is-sticky .kleo-main-header.header-normal {
    background-color:rgba(0,0,0,0.4);
    }
    .navbar-transparent #header .is-sticky .kleo-main-header.header-normal.header-scrolled {
    background-color:black;
    }

    Thank you for your effort.

    in reply to: side menu width change #40570
     Florian
    Participant

    Thank’s, but this is not working.
    I put the css code in the “General settings – Quick CSS”.

    COPY CODE
    .offcanvas-type-default .offcanvas-sidebar {
    background: #ffffff;
    }
     
    .offcanvas-sidebar {
    width: 400px;
    }
    
    offcanvas-right.offcanvas-type-default .offcanvas-sidebar, .offcanvas-right.offcanvas-type-overlay .offcanvas-sidebar {
    -webkit-transform: translate(400px,0);
    transform: translate(400px,0);
    }
    
    ul.offcanvas-menu {
    display: none;
    }

    But now the menu is always visible with the new width, but without to press the button to open the sidemenu.
    If you press the button now for open/close the sidemenu – the sidemenu moves with the old width.

    thank’s!

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

Log in with your credentials

Forgot your details?