on this page:
http://theflyingrug.com/new/contact-us/
I’d like to make the background of the text block a transparent gray so it’s a bit more readable over the background image. I tried a few things w/o luck. can you help with this? Can I add a button there in the footer.
thanks
Nancy
Hey Nancy!
Try adding this code to the Quick CSS:
#footer .flex_column {
background: gray;
padding: 0 20px;
}
Cheers!
Josue