Is there a way to put a background image on a page or pages? I bought the fullscreen background plugin from pippins and it won’t work in this theme, do you know of one that may? Scroll down on this page to see the requirements for this plugin- https://pippinsplugins.com/products/full-screen-background-images-pro/
Also is there a short code to make a pages elements (for example a contact form, or text box, columns on a page with elements inside, etc..) 50% transparent if there happens to be a background image on that page. I have done that on other themes with a container shortcode.
Thanks
Side note, code I have used on other templates to make elements semi transparent is like this:
#header-top {
color: #ffffff
opacity: 0.7;
}
I would like to make my windows in my mail form not solid white but opaque a bit with code.
Sort of figured out the background thing by using the color section on a page and then 2 half columns with the mail forms inside those columns inside the color section. I will edit bg image in ps to get it faint and being able to change opacity on elements above it would be great.
Thanks