Hi Enfold theme,
I tried different solutions in other treads to solve my problem but I couldn’t find any solution. I want to change the opacity of the text in place holder to 1 and make it white. without changing the background opacity. please find the form here:
https://lostspiritgroup.com/
right now if I want to write something in the form it will show me a light gray font which is hard to see for some users.
also, how can I change css of “the message has been sent!” block?
thanks;
Hey hooman80,
It’s not possible to target only the input unfortunately, but you can try this in Quick CSS to change the opacity when the field is in focus:
#element_avia_1_1 input:focus {
color: white;
opacity: 1;
}
What exactly are you looking to change in the message sent block?
Best regards,
Rikard