Changeing button color in Emmet Next

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #710637
    Anthony Winstead
    Participant

    How to Change button color in Emmet Next: https://web-design-demo.biz/login/?loggedout=true
    thank you

    #710895
    J. Davis
    Keymaster

    Hello Anthony,

    You can use the style below to change color just of that button.

    .tml-button {
        background: #eae471 !important;
    }

    However if you want to change color of all submit buttons withing a theme you can use the style below:

    input[type="submit"] {
        background: #808080;
    }

    best regards,
    John

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.