How to change bar's colors?

  • mlaskowski

    #10409

    How to change top menu color (which is dark in default) and bottom bar ( those dark and blue as well)? Im using Franz Josef 1.7.1

    Admin

    Syahir Hakim

    #46058

    This is the CSS code for the top menu and bottom bar colours. Copy to the theme’s Custom CSS options and customise the colour codes as necessary. You may also need to change the text colours accordingly.

    .navbar-inverse {
    background-color: #fff;
    border-color: #080808;
    }
    .footer-inverse {
    background: #181e1f;
    }
    .footer-menu-wrapper {
    background: #23527C;
    }

    mlaskowski

    #46059

    It didn’t work for me. Ive changed the colours and then nothing. Should this code be entered in some particular part of style.css ?

    Admin

    Syahir Hakim

    #46060

    The code should be entered into the theme’s Custom CSS option, not in any CSS file. That will ensure it has priority over other rules.

    Please also provide a link to your site so that we can check it out.

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

  • You must be logged in to reply to this topic.