Okay
  Public Ticket #1087320
customize color of contact form
Closed

Comments

  •  2
    lisbethborda started the conversation

    Hi again!

    Sorry to ask you again so soon, but i have a problem with customize the color of my contact form. 

    I tried so many times to change the color of my contact form  and text color but i couldn`t. Could you give me the css of the style of that contact form page so I could customize so easy my page? I have the same problem with all my web.  Change color of my web usually take so long to take place. 

    Again, thank you in advance,

    Lis

  •  1,558
    Laborator replied

    Hi Lis,

    Add the following CSS to your Custom CSS area to fix the coloring of Contact page:

    .contact-page .contact-form .form-control {
        background: #EEE !important;
        border-color: #EEE !important;
    }
    .page-container .wpb_button.wpb_btn-primary, .wpb_btn-default, .btn.btn-primary {
      background: #7e131f !important;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    lisbethborda replied

    Hi Art

    Thank you for your help. However I have the same problem with bottons and form of my shop. There are in red so it is really defficult to read clearly. You can see in my Shop page and  Payment Process. Please can you help me?

    Thank you in advance,

    Lis

  •  1,558
    Laborator replied

    Hi Lis,

    Add the following CSS in your Custom CSS to fix this:

    .woocommerce .quantity.buttons_added input.minus, 
    .woocommerce .quantity.buttons_added input.plus, 
    .woocommerce .quantity.buttons_added input.input-text {
        color: #FFF !important;
    } .woocommerce .quantity.buttons_added input.input-text {
        color: #FFF !important;
    } .woocommerce .quantity.buttons_added input {
        color: #FFF !important;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group