Okay
  Public Ticket #1416647
Change colors of the Contact Form element (WPBakery)
Closed

Comments

  •  5
    Michael started the conversation

    Hey guys,

    Thanks so much again for this amazing Wordpress theme. It absolutely works perfect so far and is so incredibly versatile. It is by far the best WordPress portfolio that is on the market - great job!!

    However I was just wondering if there is a way to change the color of the Contact Form element that can be used via WPBakery.

    I am especially looking on how to change the color of the light grey lines on the bottom of the "Name",  "Email" and "Message" fields, where the user can type. I did find a CSS selector for "Name" and "Email" already and can change these (labeled-input-row input { border-bottom-color: #e5e5e5; }) but have trouble finding the one that allows me to change the grey lines on the bottom of the input text for "Message".

    Any hint on how  to change the color for this would be helpful (CSS selector).

    Thanks so much!

    Best,

    Michael

  •  1,560
    Laborator replied

    Hi Michael,

    Firstly let me wish you a happy new year from our team, we are more than happy to start this year with words like yours, we're trying to make the theme better year by year


    Regarding your question, add the CSS below to your Custom CSS area:

    .labeled-textarea-row textarea {
        background-image: linear-gradient(red 1px,transparent 1px);
    }
    .labeled-input-row input {
        border-bottom: 1px solid red;
    }

    This is the right way to add Custom CSS to your site, so if you don't have a clue about it simply follow this guide.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  5
    Michael replied

    Works like a charm - Thanks!


    Ticket can be closed.

  •  1,560
    Laborator replied

    Happy to hear that Michael

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance and have a great day!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group