Home Forums Newsletter Plugin Support Custom CSS on subscribe button

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #28230
    Anonymous
    Inactive

    The documentation mentions

    “We want to change the background color of the button hence we can add a specific rule in the extra CSS field:”

    Where exactly does this need to be chaned as I added the custom CSS into my theme but the button stays the same “grey”

    #28246
    Stefano
    Keymaster

    Hi, add your custom rules in the subscription configuration panel.

    Stefano.

    #29236
    Anonymous
    Inactive

    Hi Stefano,

    Where is exactly the extra CSS field available in the subscription panel? I can´t find it :S.

    Thanks in advance.

    #245352
    Tim Purvis
    Participant

    The place to add the CSS is under SETTINGS > GENERAL SETTINGS. Then there are 3 tabs – Basic Settings, – Delivery SPeed and – Advanced Settings. The area to add the CSS is there, under Advanced Settings. CUSTOM STYLES

    #259908
    Anonymous
    Inactive

    post this CSS code into newsletter ===> settings and more ==> Advanced Options

    paste it inside: Custom styles

    .tnp-widget-minimal input.tnp-submit {
    background-color: #ebc100 !important;
    color: #fff!important;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-image: none;
    text-shadow: none;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    height: auto;
    margin: 0;
    }

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