Before you ask please READ THIS

Color of a button on page

in Thirteen Posts: 45
Hello how modify the color of a button, rectangle who demand an action on a page ?

exemple: http://lucaskozak.com/en/newsletter-2/ (modify the orange on subscribe button, thanks!)


Thanks ! :)

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    It looks its styles come form mailchimp so you should ask them.
    However you can try such custom CSS:
    #mc_embed_signup .button{
    background-color: #aaa;
    color: #FFFFFF;
    }
    With kind regards.
  • Posts: 45
    Perfect, thanks !
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion