Viewing 1 replies (of 1 total)
  • Hello @timtrott

    You can add the following custom CSS code in sites WP Dashboard->Appearance->Additional CSS to change the buttons’ background color in site mobile view.

    @media (max-width: 480px){
        aside#s2_form_widget-7 input[value="Subscribe"],
        aside#s2_form_widget-7 input[value="Unsubscribe"] {
            padding: 10px 15px;
            border-radius: 6px;
            background: aliceblue;
            border: none;
        }
    }

    Best Regards

Viewing 1 replies (of 1 total)

The topic ‘Subscribe2 CSS in mobile’ is closed to new replies.