Your account expired support, please renew to get your support.
Topic Resolution: Resolved

Tagged: , , ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #36591
    Tlacuatzin
    Support Expired

    Hello! I created a form for one of the pages, i put it with the theme’s widget which looks fine in itself, however the form has texts out of the fill boxes that need to be in another color because the form is in a place with a dark background thus those text can’t be read in the current style.

    I tried to edit the text color using custom-CSS but the form 7’s class or DIV didn’t work. I tried to find another way to edit the css of that part but failed. Could you help me?

    Example of how the text disappears with the background

    Thank you.

    #36604

    Your background color matches the label text color so you won’t be able to see this text.
    Currently, this page is setting the background color to white and the label is still displayed normally: https://prnt.sc/ouLnREP-xBHi

    #36624
    Tlacuatzin
    Support Expired

    Yeah, that’s the problem I would like to override the rule to make the text visible when using a dark background.

    #36658

    I have added you a wrap tag to these texts, so you can use the following css to change the text color:

    .wpcf7-form label{color: #your-color;
    }
    #36673
    Tlacuatzin
    Support Expired

    It worked! Thank you.

    #36683

    You are welcome!

    Let me know if you need to help and hope you will vote 5* for our theme.

    Thanks./

    #36719
    Tlacuatzin
    Support Expired

    Sure, will do! 🙂

    If i wanted to edit the style of a different contact form that’s gonna be on a white background how could i distinguish the CSS style of the “voluntario-form” from the other?

    #36726

    Each contact form will have its own id to distinguish, so you can rely on this id to style contact forms: https://prnt.sc/COfe9IjG1o5n

    Ex:

    div#wpcf7-f16229-p285-o1 .wpcf7-form label{
    color: #your-color;
    }
    #36728
    Tlacuatzin
    Support Expired

    Excellent! Thank you very much.

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.