Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #555124

    Hello. Trying to customize this by changing the text color, text transform and background color. Here is what I’ve tried.

    .avia-form-success {
    background: transparent !important;
    text-transform: uppercase !important;
    color: #fff !important;
    }

    h3.avia-form-success {
    background: transparent !important;
    text-transform: uppercase !important;
    color: #fff !important;
    }

    Thank you,
    Ryan

    #555126

    Hey rlogan2334!

    Please use following code instead

    .main_color .avia-form-success {
        background: transparent;
        color: white;
        text-transform: uppercase;
    }

    Regards,
    Yigit

    #555132

    No luck. Thanks!

    #555134

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #555136

    Creds attached

    #555141

    Hey!

    There was a missing closing curly bracket in your Quick CSS field. I added it. Please review your website now

    Regards,
    Yigit

    #555143

    Good to go. THank you very much!

    #555147

    Hi!

    You are welcome, glad we could help!
    Let us know if you have any other questions or issues and have a great weekend!

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Contact Form Autoresponder’ is closed to new replies.