• lindaci

    (@lindaci)


    Currently I am using the Storefront theme and on my mobile menu, I want it to have a black background and white text.

    However, parent items are showing as a white background and white text and child items are showing correctly with a black background and white text
    (www.shirtactivism.com/wordpress)

Viewing 2 replies - 1 through 2 (of 2 total)
  • xheight

    (@xheight)

    Looks like you will need to do some CSS editing for the mobile menu to change the colors.

    -Sean

    pxforti

    (@pxforti)

    Try this in your child theme css:

    .handheld-navigation #menu-main-1 {
    background: black;
    padding: 0 15px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Mobile Menu Color’ is closed to new replies.