• I updated my theme and where home > shop is it used to be white on the mobile pages. It’s now black. Would like to change it back to white if possible. Does anyone know how?

    Thank you. Appreciate the help.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter adminrhys

    (@adminrhys)

    So I changed the background picture and set it up again. Which is perfect and worked out. But on the mobile page after clicking on the menu I made some extra links in the shop page for the products and the background of those links are black. Any way to change this?

    RK a11n

    (@riaanknoetze)

    Hi there

    Apologies for the late reply ??

    The easiest way to override that is by using the following custom CSS in your WordPress settings under Appearance > Customize > Additional CSS:

    
    @media screen and (max-width: 768px) {
      .main-navigation ul.menu>li>ul, 
      .main-navigation ul.menu ul, 
      .site-header-cart .widget_shopping_cart {
        background: transparent;
      }
    }
    

    Hope it helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Below header above content for mobile page’ is closed to new replies.