Happy Camper
Member
Posted 4 months ago #
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.
Does that theme come with a section in the dashboard named, "Custom CSS", "Jetpack" or "Custom Styles"?
Happy Camper
Member
Posted 4 months ago #
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?
Happy Camper
Member
Posted 4 months ago #
Thanks WP, I'll give that a try. That might clean it up to look a little better than what it does now.