Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #442451

    Hi Guy’s

    Can you please help me with the CSS for changing the following elements on the contact form?

    Font Color
    Field Background Color
    Submit button color

    Thank you

    #442463

    Hi markpevas ;
    try to add these lines into your custom css file :
    * Field Background Color

    #top fieldset {background-color: #000;}
    

    * Font Color – Submit button color

    .main_color input[type='submit'] {  background-color: #a81010;  color: #ffffff;  border-color: #860000; }
    

    adjust the colors as you like

    #442906

    Hey @markpevans!

    Did you try @begrafiks suggestions and did you have any luck with them?

    Regards,
    Rikard

    #443009

    Awesome! Thanks!

    What about the contact form button colour?

    #443566

    Hi!

    Please try the following as well:

    input.button {
      background-color: blue !important;
    }

    Best regards,
    Rikard

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