• Hello. I have two questions regarding the Enigma top menu bar.

    1. How to remove the buttons – I just want txt links?

    2. Is it possible to reduce the height of the top menu bar area?

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello billduffy..

    1. For remove the buttons use this CSS.

    Please go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> Custom CSS

    insert code into Custom CSS box and save –

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        -webkit-box-shadow: none !important; 
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        color: #555 !important;
    }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background-color: Transparent !important;
    }

    2. For reduce the menu bar area use this CSS.

    .navbar-collapse
     {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    Thank You..

    Thread Starter billduffy

    (@billduffy)

    Thank you !!!

    Thanks For using weblizar’s theme.

    denadebe55

    (@denadebe55)

    Great, thanks. If I can ask one more question: how to do same thing with space below menu bar, therefore, between menu bar and page (e.g Home/Page)?

    • This reply was modified 8 years ago by denadebe55.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Modifying Top Menu Bar’ is closed to new replies.