Okay
  Public Ticket #1083590
Send button in contact form is invisible
Closed

Comments

  •  2
    Sergey started the conversation

    Hello!

    I found "Send" button in contact form, but button background, border and text are completely black, so user can not see it on black background.

    Please help me to change button text and border to white

    Thank you!

  • [deleted] replied

    Hi Sergey

    To change the button and link color you have to follow these steps:

    Go to dashboard -> Appearance -> Theme Options -> Theme Styling -> in Panel find the  Link Color Option, set to white and see changes on page.

    Please read also the article we wrote for theme styling.

    If these doesn't help you.

    Put this code on Custom CSS from admin dashboard.

    .message-form .send{
        color: #fff; // options put also 'border: 1px solid #fff;' or 'border-bottom: 1px solid #fff;'
    }
  •  2
    Sergey replied

    Thank you!

    Finally I did it, after putting !important tag

  • [deleted] replied

    I'm really glad that the solution worked and you can continue to work on your site now

    Remember to read Kalium Documentation, you can find some very useful things there that will help you to create a great site. 

    P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link). A huge thank you from Laborator in advance and have a great weekend!

    Will set this ticket as solved from here.