Title: Subscribe2 CSS in mobile
Last modified: December 1, 2021

---

# Subscribe2 CSS in mobile

 *  Resolved [timtrott](https://wordpress.org/support/users/timtrott/)
 * (@timtrott)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/subscribe2-css-in-mobile/)
 * Issue only exists in MOBILE view.
 * [https://dev.thedroneprofessor.com/wp-content/uploads/2021/12/SubscribeCSS.png](https://dev.thedroneprofessor.com/wp-content/uploads/2021/12/SubscribeCSS.png)
 * The Subscribe/Unsubscribe button text is not readable with the dark background
   in this theme. Is there a place where the CSS can be adjusted?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsubscribe2-css-in-mobile%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Ehsanul Abrar](https://wordpress.org/support/users/ehsanulabrar/)
 * (@ehsanulabrar)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/subscribe2-css-in-mobile/#post-15131888)
 * Hello [@timtrott](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/subscribe2/assets/icon-256x256.png?rev=2318630)
 * [Subscribe2 - Form, Email Subscribers & Newsletters](https://wordpress.org/plugins/subscribe2/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/subscribe2/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/subscribe2/)
 * [Active Topics](https://wordpress.org/support/plugin/subscribe2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/subscribe2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/subscribe2/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ehsanul Abrar](https://wordpress.org/support/users/ehsanulabrar/)
 * Last activity: [4 years, 6 months ago](https://wordpress.org/support/topic/subscribe2-css-in-mobile/#post-15131888)
 * Status: resolved