Okay
  Public Ticket #914095
Contact form 7 + Split line heading
Closed

Comments

  •  2
    Fedwa started the conversation

    Hi!
    I have a contact section with a Split line heading on the left, and a contact form on the right (Contcat form 7) :
    - Is there a way to change the text fields outline and font into white?
    - I also would like to center the Split line heading horizontally and vertically

    Thanks you,

  •  8,996
    Tahir replied

    Hey Again,

    Just Added css in here :


    And set it to Equal Height to center the split heading : 

    Thanks 


    ThemeNectar Support Team 

  •  2
    Fedwa replied

    Great it worked mostly, but is there a way to change the font color for "Your Name*" "Your E-mail* etc? I'd like to make it white too.

    Thank you for your help

  •  8,996
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    html body .container-wrap input[type="text"], .container-wrap textarea, .container-wrap input[type="email"], .container-wrap input[type="password"], .container-wrap input[type="tel"], .container-wrap input[type="url"], .container-wrap input[type="search"], .container-wrap input[type="date"] {
        -webkit-text-fill-color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Fedwa replied

    Works perfectly, Thanks!