Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1225179
Color Change Contact Form Footer and Testimonial
Closed

Comments

  • AdAssist started the conversation

    Hello Support,

    I want to change some colors, but I canĀ“t find the option to do so.

    1. Contact Form Widget Footer Area
    The background color of the contact form fields in the widget area stays always dark ( #181828). I want to change it to the color I put in color-options for contact form fields (which works for contact forms on other places on the page). How do I change it in widget footer area?

    2. Color change for the two " symbols in testimonial element
    How can I change the color of the two icons/symbols beneath the testimonial element?

    Thanks for help,

    Regards Daniel

  •  4,772
    Michael replied

    Hi,

    Please share admin access. We will try to inspect problem on your site.

    Can you pls provide more details with screenshots?

  •   AdAssist replied privately
  •   AdAssist replied privately
  •  4,772
    Michael replied

    HI!

    pls. use following css:

    .wpcf7-form-control-wrap input, .wpcf7-textarea {
        background-color:#f2f2f2 !important;
        color:#212331 !important;
        border:1px solid #c1d9d2 !important;
    }