Change menu colors in Lodestar

  • Unknown's avatar

    I want to change the color on my menu bar, too and have paid for an upgrade.
    Still can’t figure it out.


    http://www.nightalchemy.com

  • Hi @brittblock, I’ve split your comment into a new forum thread, since it wasn’t related to the original topic. This way the original poster won’t get unwanted notifications.

    Here are some options you can use to change your menu color. You’ll just want to be sure to change the colors to the actual colors you want:

    /* Change the top menu background in Lodestar */
    #top-menu {
        background-color: #123456;
    }
    
    /* Change background for the whole row the top menu fits in*/
    .header-top {
        background-color: #321654;
    }
    
    /* Change just the individual menu links in Lodestar */
    #top-menu a {
    	background-color: #456123;
    }
    
    /* Change Lodestar's menu links on hover */
    #top-menu a:hover {
    	background-color: #162534;
    }

    You can change text color with ‘color’ instead of background-color, too. I hope this helps!

  • I just realized you probably weren’t subscribed to the new topic. Note I’ve split your question and answered it here. :)
    https://en.forums.wordpress.com/topic/change-menu-colors-in-lodestar/

  • The topic ‘Change menu colors in Lodestar’ is closed to new replies.