• Do you have some hints as to what CSS selectors to change to change the black menu background to a different colour? I am using this as a template for a child theme, so I just need to know how much of the navigation I need to copy into my child theme to get the background menu colour changed for the primary menu and any drop downs. Thank you for a great theme.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are you using Google Chrome?

    Thread Starter stephen.ogg

    (@stephenogg)

    No, I’m not using Google Chrome, why?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Do you have Chrome?

    To change the background transparency I’ve used

    .navbar-inverse, .navbar-inner{
       .......
    }
    Thread Starter stephen.ogg

    (@stephenogg)

    Thank you – I realised you were using the bootstrap navbar and found an online bootstrap customiser that allowed me to customise all the elements of the bootstrap, and then it generated a custom css for all the changes I’d made to the defaults. I just copy/pasted the .navbar and .navbar-inner from that to my child’s style.css file, and then had to change your code to have the “.navbar” and not “.navbar-inverse” as the navbar, to allow the custom css to style it properly. Thanks again

    Can I enter something into the bottom of my style.css to change the menu color? If not, where do I change it?

    @stuartjohnirwin: As per the Forum Welcome, please post your own topic.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘change menu colour?’ is closed to new replies.