Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #675028

    Hej Kriesi team!

    Which quick css can I use when I want to have a smaller ‘message sent’ [followed by personalized message] text following after someone has sendt a message with Enfolds contact form?

    #675510

    Hi Ronaldgoudriaan,

    Could you post a link to the page in question so that we can take a closer look please?

    Thanks,
    Rikard

    #675559

    Hej Rikard
    Thanks for your reply.

    You’ll find the link in the private section.

    Kind regards
    Ronald

    #675576

    By the way, Rikard, if you fill in the form, and send it, then you get a message with a (danish) ‘thank you text ‘tak […]’ and so on. It’s this text I am refering to, which size I want to change.

    Regards,
    Ronald

    #676185

    Hi Ronald,

    Please try the following in Quick CSS under Enfold–>General Styling:

    h3.avia-form-success {
    font-size: 16px !important;
    }

    Thanks,
    Rikard

    #676252

    Thanks a lot Rikard!

    And if I want to change the color of the box, which quick css do I have to use (If you want me to start a new issue, say so, no problem)?

    Thanks in advance again.

    Kind regards
    Ronald

    #676812

    Hi,

    Try this as well:

    .avia-form-success {
        background: green !important;
    }

    Best regards,
    Rikard

    #678685

    Thanks again Rikard!

    Now I tried to change the color of the font myself:

    h3.avia-form-success {
    font-color: #eeeeee !important;
    }

    But that doesn’t work: the font color stays black.
    What do I do wrong?
    Thank you in advance for your reply.
    Kind regards
    Ronald

    #680204

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #680300

    Thanks Yigit.
    Login credentials sendt in private part.
    Kind regards
    Ronald

    #680387

    Hi,

    Use this code instead:

    h3.avia-form-success {
    color: #eeeeee !important;
    }

    font-color is not valid.

    Best regards,
    Josue

    #680398

    Thanks Josue!
    That works :-)
    Kind regards
    Ronald

    #680399

    You are welcome Ronald, glad to help :)

    Regards,
    Josue

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘css enfolds contact form 'message sent´’ is closed to new replies.