• Thanks in advance here.

    I am trying to change the Menu Colour Colour. I successfully changed the menu bar colour by adding custom CSS (see below) but how would I change the FONT color, thanks!

    THIS IS THE MENU BAR COLOR CHANGE CUSTOM CSS

    .navbar-default {
    float:left;
    width:100%;
    border:none;
    background:rgba(48, 48, 81, 0.6);
    h1 {
    color: green;

    }

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Memenitz: Custom Menu Font’ is closed to new replies.