• Can someone help me with where and how to change the color of the title and the menu boxes on this page under the logo. I would like it to be #000099 but can’t seem to see where in the Stylesheet to change it?

    Also, I would like to change the color of the menu boxes and the text within.

    Any help is really appreciated.
    Thanks

Viewing 1 replies (of 1 total)
  • Hi, before proceed, please do all modification in child theme. Please see this for more details Child_Themes.

    Ok, all modification can be done in file called style.css. It’s in your theme folder. Add this rule at the bottom of the file.

    For text under logo
    #site-name a { color: #000099; }

    For menu boxes

    #nav a {
    background: [your bg color];
    color: [your menu color];
    }

    For current menu style

    .current_menu_item > a, .current_page_item > a {
    background: [color];

Viewing 1 replies (of 1 total)
  • The topic ‘Change the Color of the Title and menu’ is closed to new replies.