Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1218435

    how do I change the blog subscribe button color?

    I tried:
    —-
    #subscribe-submit button {
    color: #fff;
    background: #3d70b2;
    }

    but it didn’t work.

    • This topic was modified 4 years, 4 months ago by tmsifting.
    #1218669

    Hey tmsifting,

    Please try this instead:

    #subscribe-submit input[type='submit'] {
      color: #fff;
      background: #3d70b2;
    }

    Best regards,
    Rikard

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