• I have been racking my brain trying to figure this out. I’m using the Treehouse theme, and just added a contact form to one of my pages using XYZ Contact. Is there any way to change the background color of the form from white to transparent?

    Here’s a link to the page in question: http://www.happycamperradio.com/contact-us/

    As you can see the white background of the form does not look at all good on this theme page, and I’m not sure where in the code would I go to make changes. Any help on this would be appreciated.

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Does that theme come with a section in the dashboard named, “Custom CSS”, “Jetpack” or “Custom Styles”?

    Thread Starter Happy Camper

    (@happy-camper)

    Thanks Andrew,
    you’ve been a big help on a couple other complicated issues that I’ve had in the past. I’ve still got plenty to learn. Yes, this theme comes with Jetpack.

    In case Andrew’s signed off, try this:

    .storyContent table {
      background-color:     ;
    }

    That changes the background of the form box, but leaves the entry fields white – is that what you want?

    Thread Starter Happy Camper

    (@happy-camper)

    Thanks WP, I’ll give that a try. That might clean it up to look a little better than what it does now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I change the background color from white to transparent in XYZ Contact?’ is closed to new replies.