Home Forums Basel support forum CHANGE BUTTON COLOR

CHANGE BUTTON COLOR

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3798

    bayuzen
    Participant

    Hey, how to change the button color?
    didn’t find any option on theme setting

    http://prntscr.com/ch3xy0

    thank you

    #3817

    Artem Temos
    Keymaster

    Hello there,

    Thank you for your question.

    Here is a simple code snippet that you can place into Custom CSS section in Theme Settings to change this button color

    .footer-container .mc4wp-form input[type=submit] {
        background: #b18547;
    }
    .footer-container .mc4wp-form input[type=submit]:hover {
        background: #dcae6c;
    }

    Regards

    #3977

    bayuzen
    Participant

    Thank you very much!

    #3988

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘CHANGE BUTTON COLOR’ is closed to new replies.