Forum Replies Created
-
AuthorPosts
-
I was directed to use this thread to find the code for opacity per your email.
#content{background: rgba(0, 0, 0, 0.9) !important; opacity:1!important; }
Does not work ๐ Nothing changes
also tried this one too which was the RGB equivelent to my color background as its not black.
i used the hex converter to find the 66,66,66 numbers.
#content{background: rgba(66, 66, 66, 0.9) !important; opacity:1!important; }
still nothing
This is what I used prior to the update. No luck!
Then updated this morning and still no luck ๐ Looks identical
}
#site-nav {
background: none repeat scroll 0 0 #333333;!important;
opacity: 0.9;
}
.header .widget {
background: none repeat scroll 0 0 #333333;!important;
opacity: 0.9;
}
#content {
background: none repeat scroll 0 0 #333333;!important;
opacity: 0.9;
#colophon {
background: none repeat scroll 0 0 #333333;
opacity: 0.9;
I have also tried Contact Form 7 as suggested. No luck! Same issue
ย This is the code
[contact-form-7 id="1050" title="Contact form 1"]
Here is the link to the page where I used the embed code from plugin Nex-Forms Express
http://www.soleilbliss.com/contact-us
I deleted the short code which is –
Since it does not work I dont want it showing live
[NEXForms id=”1″ type=”undefined” open_trigger=”normal” text=”” ]I also have the same problem with opacity on my site. I wrote support 2 weeks ago and was told to change the opacity to 0.9 in the CSS section, BUT that just changes the body behind the photos. I was told the new update would fix this, but they have not yet sent me the files to make the update. So.. assuming you have done this with the update it looks like the problem did not go away. ๐ Good luck!
-
AuthorPosts