Viewing 4 replies - 1 through 4 (of 4 total)
  • Try adding this in your .css

    #subscribe-submit {
    background-color: #colorhere !important;
    border-color: #colorhere !important;
    color: #colorhere !important;
    }

    Thread Starter Always Made With Love

    (@always-made-with-love)

    Hi,

    Thanks but this didnt work. On the sidebar, it added an extra pink box beside the subscribe button and left the actual button black.

    And on the footer, it extended the existing pink box.

    Thanks,

    Lydia.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    This should do the trick:

    .sidebar-primary #subscribe-email #jetpack-subscribe-label {
    	position: relative !important;
    	margin-right: 10px;
    }
    
    #subscribe-submit input {
    	background-color: #ff509a;
    }
    
    .footer-widgets #subscribe-submit input {
    	border: 0 none;
    }
    Thread Starter Always Made With Love

    (@always-made-with-love)

    Awesome, thanks for that. Seemed to do the trick.

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

The topic ‘Subscribe button’ is closed to new replies.