I have a picture with text over it. I want to use a marker (wp edit) but i want it transparant. and i can’t find a plug in for that use. I do find lots of css code, I don’t understand. Do you know if there is a plug in so I can set opacity from 0 to 100%?
Hey soef,
I’m not sure what you mean by that, could you post a link to your site and point out the problem there please?
Best regards,
Rikard
I have a picture on my website with text over it. The text is marked/highlighted so it is better to read. How can I make that background color transparant so the picture behindthe text is a bit visible?
Hi,
Thanks for that. Try to set this as the background to it instead of the hex code you have now:
rgba(255, 102, 0, 0.9)
Best regards,
Rikard
Works! thank you! Happy with that.
After I find out that 0.9 is percentage and I chenged in 0.3 for more transparancy.