Fixed menu icon

Hello, 

How can I achieve this fixed menu icon with background color look from your builder theme? 



1) how do I get icon to be fixed on page? 
2) how do I get background color square behind menu icon? 

Comments

  • Hi,

    1) For this demo, we set OVERLAY header style.

    2) For this icon, we used the following css:
    .header-overlay .overlay-menu-toggle {
        background: #dcdcdc none repeat scroll 0 0;
        color: #071323;
        height: 45px;
        line-height: 45px;
        text-align: center;
        top: 25px;
        width: 45px;
    }
Sign In or Register to comment.