I’m sure its a pretty simple fix, however I still can not figure it out
Under my slider editor , in preview mode, it shows a box around my image that is semi-transparent : http://imgur.com/a/fMI6J
BUT, when i go to preview mode, the boxes disappear (I want to keep semi transparent boxes from above) . : http://imgur.com/a/Rdz6p
I like the semi transparent look, it gives it a nice clean finish.
How do I fix this?
Thanks Guys for your hard work
Brett
Hey brettb112,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Andy
on the front page of http://queenstongroupproperties.ca/ i would like the queenston group properties (white logo in the picture), and the quote “classic architecture with modern design” to be semi transparent.
In my advanced layer slider editor, I tried to change the settings to make it semi transparent, inside the edit screen it works fine, but when i go to the preview it disappears.
If you look at my post above, the first link that i posted is how I would like the pictures to show up.
Hi,
I can see that you’re using this code for it:
background: rgba(10, 6, 6, 0.478431);
But try to add an !important to it:
background: rgba(10, 6, 6, 0.478431) !important;
Best regards,
Andy
your the best Andy, thanks
by the way, which number in the 10,6,6, 0.478xxx series (you posted above), would make the background darker.