Problem with SKT Mechanic

Home Forums All Other Themes Problem with SKT Mechanic

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #208152
    Giampaolo RibaldiGiampaolo Ribaldi
    Participant
    • Topics: 31
    • Replies: 38
    • Total: 69
    Member since: April 21, 2016

    Hi,

    i have a problem with the label and background color in CF7 with SKT Mechanic.

    I would like to change the blue color of the label title and background label in home page on this site: www.sgnoleggio.it/

    The title label should be black, and the background color of label text should be white/trasparent.

    Can you help me? This is the CSS i used now

    /* Contact Form 7 Styles */
    .wpcf7 {
    background-color: #FFFFFF;
    border: 1px solid #DBDBDB
    }
    .wpcf7-form {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    }
    .wpcf7-form {
    color: #876;
    }

    #208157
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30977
    • Total: 30977
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .wpcf7-form label {
      color: #282828 !important;
    }
    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], select, textarea {
      background: rgba(0,0,0,0.03) !important;
    }

    Regards,
    Chris

    #208163
    Giampaolo RibaldiGiampaolo Ribaldi
    Participant
    • Topics: 31
    • Replies: 38
    • Total: 69
    Member since: April 21, 2016

    Thank You

    #208179
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30977
    • Total: 30977
    Member since: August 16, 2013

    Hi,

    Welcome 🙂

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Chris

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