• Resolved createc

    (@createc)


    I have tried to change the colour of the menu/navigation bar. I have created a child theme for this theme and have tried inserting various CSS rules/codes but none change the colour.

    I would like the menu to be a blue.

    This is the website http://test.valeautotec.co.uk/newwebsite

    Can anyone help please?

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you edit the style.css sheet (Appearance, Editor) I was able to change my Nav bar background in this section. Its the ** Header ** section of the style.css sheet. You can see I tried a few greens.

    .full-width-container #header_nav_container {
    /background-color: #ec2424;
    /background-color: #31EC24;
    background-color: #99CC00;

    Thread Starter createc

    (@createc)

    Hi Torreyn,

    I looked for the **Header** in the style.css sheet and could not find it. I even looked with control F.

    I’m really confused 🙁

    I did do a search for the colour it is (Black or #000) and found the colour here

    .menu-toggle {
    background-color: #000;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    width: inherit; border: 0; }

    tried to change it – no luck unfortunately.

    Theme Author Weborithm

    (@weborithm)

    The menu background color selection tools are not visible in the Customize section because WordPress changed some variables around adding separate customization options in default areas, more specifically here in the Navigation area.

    Our next update will those color selection tools available again.

    Sorry for the confusion.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Colour on Main Menu’ is closed to new replies.