Okay
  Public Ticket #2089401
Contact Form line color
Closed

Comments

  •  40
    ep started the conversation

    Can you help me to style the Contact Form please?

    I have found most things on public tickets except the following two:

    1. Change the field line colour and thickness

    2. Align submit button left (instead of right)

    Thank you!

  • [deleted] replied

    Hi ep,

    1— Which areas exactly please? Can you send us a screenshot and the URL of that page? Thanks!

    2— Please add the code below to your Custom CSS area:

    .contact-form .button {
    float: left; }

  •  40
    ep replied

    Thanks Ylli.

    I want to change the underline (border?) of Name, Email, Message fields. Colour and thickness.

    I attached a screenshot from your demo. Thanks so much!

  • [deleted] replied

    Hi ep,

    That area can be changed in your Custom Skin area (more), but anyway I will send you the CSS code to change that area only.

    Can you please add the code below to your Custom CSS area:

    .contact-form input, .contact-form textarea {
        border-bottom-color: red;
    }
    .contact-form textarea {
        background-image: linear-gradient(red 1px, transparent 1px);
    }
    input[type=checkbox], input[type=radio] {
        border: 1px solid red;
    }

    Have a nice day!

  •  40
    ep replied

    Ohh I didn't realise it was the same border in Custom Skin. Thank you so much for this Ylli.

    I always appreciate your support :)