Okay
  Public Ticket #2661870
Contact Form
Closed

Comments

  •  3
    Kevin started the conversation

    Hello,

    I am interested in how to change the color of the space where it is necessary to enter text and data?
    How to change the color of the lines?


  •  8,849
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    input[type=text], input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], textarea {
        background: #ff0 !important;
    }

    Thanks


    ThemeNectar Support Team