Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1294833

    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;

    #1295411

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.