Greetings
Whenever i place an image inside the text block, it follows the same css applied on .main_color p
what i am trying to achieve is to add opacity on all the .main_color p text without affecting the opacity of the images that are in the same text block element
Any help on this ?
Hey Mohamad,
Please provide a link to the site/page in question.
Best regards,
Jordan Shannon
Hi,
Apologies for the delay. So essentially you just want to change the opacity of the text block background?
Best regards,
Jordan Shannon
Hello
Yes true, i do not want the opacity to affect the images
Hi,
Thank you for the update.
You may need to use RGBA color values for the text block background or append the opacity value for the current hex color.
// https://www.w3schools.com/css/css_colors_rgb.asp
// https://davidwalsh.name/hex-opacity
So a white color with 70% opacity should be..
#FFFFFFB3
Best regards,
Ismael
Thank you Ismael
I got that