Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #798403

    Dear support team,
    within the Enfold Contact Form I am using the color scheme “light transparent”.
    I am searching for a way changing the color of the field names and to the button to red (#a80000).
    Best regards,
    Bernd

    #798646

    Hey Bernd,

    This can be done via quick css. If you use the browser inspector, you can see the exact styles you need to edit.

    Best regards,
    Jordan Shannon

    #798890

    Hi Jordan,
    unfortunately I do not have CSS knowledge.
    Could you please provide me with the CSS code I need for this purpose?
    Regards,
    Bernd

    #799006

    Hi,

    Add the following to quick css:

    fieldset label{
    color:#a80000!important;
    }
    
    fieldset .button{
    background:#a80000!important;
    border:2px solid #a80000!important
    }

    This should work for you.

    Best regards,
    Jordan Shannon

    #800046

    Wonderful, Jordan! Thank you so much!
    I am happy with the result. This ticket can be closed.
    Wish you a good weekend,
    Bernd

    #800183

    Hi Bernd,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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