• Resolved IamSonja22

    (@iamsonja22)


    I am using WP v3.8.1.
    The theme is Spun.
    I am using a child theme.
    The url is: http://a365dayscloudproject.bluecurl.nl/

    The menu, currently holding the item “about us” has a white background. I want it to be the same as the background from the rest of the website. I’ve been trying for quite a while now but I can’t seem to find the CSS tags responsible! If someone can help me I’d be very thankful!

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try putting this at the bottom of your Child Theme style.css file:

    .main-navigation li {
     background: transparent;
    }

    Thread Starter IamSonja22

    (@iamsonja22)

    Done, doesn’t seem to work.

    Also doesn’t work when I change the background color like so:

    .main-navigation li {
     background-color: #f00;
    }

    when I use firebug and select the ul and li.. both show no background properties. I think it is inheriting it from somehwere but I can;t seem to find from where..

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Instead of this:

    /* =Theme customization starts here
    -------------------------------------------------------------- *

    Do this:

    /* =Theme customization starts here
    -------------------------------------------------------------- */

    Thread Starter IamSonja22

    (@iamsonja22)

    I am going to sit in a corner and feel ashamed!

    Thanks! 🙂 works like charm!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Btw if something obvious like body{border:10px solid red} doesn’t work then that probably means you have a syntax error somewhere.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to change the background color of the menu’ is closed to new replies.