[Support request] Contact Form 7 acceptance style problem

Home Forums Support [Support request] Contact Form 7 acceptance style problem

Home Forums Support Contact Form 7 acceptance style problem

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

    I changed the color in the acceptance checkbox text because it couldn’t be seen because of the background color, and now the checkbox, the message, and the link within this are displayed in three different rows. I tried to insert aditional css but nothing changed.

    Here’s the code for the acceptance checkbox i’m using in the contact form 7 editor

    [acceptance accept-this-1]<p style="color:LightGray;">He leído y acepto la</p> <a href="https://alfonsotorres.org/politica-de-privacidad/">Política de Privacidad</a>[/acceptance]

    #690627
    David
    Staff
    Customer Support

    Hi there,

    can you put the original HTML back in for your Contact form and we can help with some CSS to style it.

    #690935
    Alfonso

    Sure:

    [acceptance your-consent][/acceptance]

    #690940
    David
    Staff
    Customer Support

    Try this CSS:

    .wpcf7-list-item-label {
        color: #fff;
    }

    Adjust the color accordingly.

    #691030
    Alfonso

    It worked perfectly, thanks!!

    #691036
    David
    Staff
    Customer Support

    You’re welcome

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