Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,

    You already have white header.

    Thanks.

    Thread Starter KS Web Link

    (@ks-web-link)

    I also want to change the main menu section to green.

    Thread Starter KS Web Link

    (@ks-web-link)

    and the footer

    footer
    .enigma_footer_area{background:#fff;}

    Thanks

    Thread Starter KS Web Link

    (@ks-web-link)

    I want to change the main menu section to green

    Hi,

    Please describe in details how you want your menu is to be.

    Thanks.

    Boa tarde gostaria de mudar a cor azul para vermelha ,mas n?o estou conseguindo.(ca?alho e roda pé)Como fa?o?

    Hi Hadaylton,

    Please go to Admin Dashboard >>Appearance >>Theme Options >>General Settings and find Custom CSS Editor.

    Now copy below CSS in Custom CSS editor.

    .navbar-default .navbar-nav  .active  a, .navbar-default .navbar-nav  .active  a:hover, .navbar-default .navbar-nav  .active  a:focus, .dropdown-menu .active a {
        background-color: red !important;
    }
    .navbar-default .navbar-nav  .open  a, .navbar-default .navbar-nav  .open  a:hover, .navbar-default .navbar-nav  .open  a:focus {
        background-color: red !important;
    }
    .navbar-default .navbar-nav  li  a:hover, .navbar-default .navbar-nav  li  a:focus {
        background-color: red !important;
    }
    .dropdown-menu {
        background-color: red !important;
    }

    Save the changes.

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Enigma Version: 2.1 Change Header Color’ is closed to new replies.