• Where do I change the background to a solid colour for category results. I use a background image on my page but want the container for the results to be white background.

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

Viewing 1 replies (of 1 total)
  • Ron

    (@donniepeters)

    Since @suffrage isn’t responding.. try this…. In your theme Customizer add this into your Custom CSS section….

    .contain {
    background-color: rgba(255,255,255,1);
    }

    It changes the transparency of the background from 0.8 to 1 (the last number in the string above)

Viewing 1 replies (of 1 total)
  • The topic ‘Category search result background’ is closed to new replies.