I am trying to figure out the quick CSS code for a Shaded Transparent Background for the Content Form and the Special Heading element.
I use this code for the Text Boxes:
.shadedbox.avia_textblock { background-color: rgba(0,0,0,0.6); padding: 10px; }
Is there something like this I can use for the Contact Form and Special Heading Form?
I am using an image in the color section element with the contact form and special heading so I need the background of the contact form and special heading to have a shaded transparent background so it can be read.
Thanks.
Hi Micheal0424!
this would be out of our support scope. Please refer to http://werkpress.com/ or http://www.envato.com/
Cheers!
Andy
I have been struggling with this for days trying to figure it out (doing a lot of Google searches) and then a work around came to me. I am posting the solution here just in case somebody else looks this up because they want a sign up option in the header area.
First add this to your functions.php:
add_theme_support(‘avia_template_builder_custom_css’);
Then add this to your Quick CSS:
.shadedbox.avia_textblock { background-color: rgba(0,0,0,0.6); padding: 10px; }
Then add this to your text box in the ‘Custom Css Class’ where you can add a contact form using Jetpack:
shadedbox
Change your font to white and you are all set.
Hope this helps somebody, best of luck!!