Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #301354
    andrmcal
    Participant

    How do I change the navigation menu background colour and font?

    #301371
    tikaram
    Keymaster

    @andrmcal : Please let me know the desired background color and desired font family so that I can provide you the required additional css. Please provide your site URL as well.
    Regards,
    Tikaram

    #301386
    andrmcal
    Participant

    Background Colour: #3e5d4d
    Font Family: Roboto Slab
    Site URL: andrewandmarkus.com

    #301425
    tikaram
    Keymaster

    @andrmcal : Please try adding the following additional css.

    .site-navigation .primary-menu {
    background-color: #3e5d4d;
    }
    
    .site-navigation a {
    font-family: Roboto Slab;
    }
    #301660
    andrmcal
    Participant

    Furthermore, how do I increase the width of the main menu border? ie. the lines above and below the main nav menu.

    #301796
    tikaram
    Keymaster

    @andrmcal : Please try adding the following additional css and let me know

    #header-navigation-area .wrapper {
          padding: 0;
    }
    
    #304865
    andrmcal
    Participant

    Worked great! Seems like the menu background colour does not span the full width of the page. How do I change that?

    Also, how do I remove the lines above and below the menu?

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Menu Background Colour & Font’ is closed to new replies.