• My shop page header will not match my themes background color. How can I get rid of or change that white background around the page title?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @kirkwill,

    Sorry for little delay.

    If I could get the area that is needing color adjustment, you would try adding this simple CSS code to Appearance > Customize > Additional CSS from dashboard.

    .site .woocommerce-page-header {
    background-color: transparent;
    }
    Thread Starter kirkwill

    (@kirkwill)

    Thank you very much. That did the trick.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.