Home Forums Newsletter Plugin Support How to change the mouse-over colour of the subscribe button?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28876
    Laserjones
    Participant

    Hello,

    I finally managed to change the colour of the subscribe button (in the standard widget) by adding the following code to the CSS of my child theme according to the instructions I found elsewhere on this site:

    .tnp-widget input.tnp-submit {
      background-color: #6285C1!important;
    }

    However, this changes only the normal colour of the button, not the colour when the mouse pointer hovers on the button. How can I change that colour?

    Best regards,
    Joerg

    #259907
    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 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.