contact form- message after sending

Support Forums for LiveMesh Themes & Plugins Forums Appdev Theme Support contact form- message after sending

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20295
    boonodoh
    Member

    Currently, when the contact form is sent, the message appears very small and easily missed.

    Is there a way to:
    1. change the message/styling,
    2. Have the message replace the form (hide the form)?

    #20306
    Veena
    Moderator

    1. You can use the below custom CSS –

    .success-msg {
        margin-bottom: 20px;
        font-weight: bold;
    }
    

    You can modify the success msg in file/framework.php at line 567 or you can use traslation tool (poedit)

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.