• jianne18

    (@jianne18)


    I am learning bootstrap as I go, but in the meantime I’m using the customize feature of wordpress to set up my home page. The only part I haven’t been able to customize is the header nav bar. I could add my logo without problem, but I can’t find a way to change the background color for that area. Has anyone else had trouble with that? I’ve tried changing the nav bar default color in css but that isn’t working.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Afterimage Designs

    (@afterimagedesigns)

    Hi jianne18,

    Thank you for using WP Bootstrap Starter theme, the theme does not have an option to change the menu background color and we will think about if this can be added to the theme customizer. For the meantime use css code to change the background color of the menu bar. Please see the sample code below

    header#masthead {
        background-color: #333;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Purple Nav bar home page’ is closed to new replies.