Title: Question about CSS
Last modified: March 31, 2021

---

# Question about CSS

 *  [WP_87](https://wordpress.org/support/users/word_press_87/)
 * (@word_press_87)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/question-about-css/)
 * Is possible to change the Button with CSS? I created this to match with my Website
   theme, but i dont know how to apply this CSS to your Plugin.
 *     ```
       XXXXX {
           position: relative;
           display: inline-block;
           vertical-align: middle;
           width: auto;
           margin: 0;
           font-family: inherit;
           font-size: 13px;
           line-height: 2em;
           letter-spacing: .06em;
           font-weight: 700;
           text-transform: uppercase;
           border-radius: 0;
           outline: 0;
           box-sizing: border-box;
           padding: 13px 44px;
           color: #fff;
           background-color: #ff0e1f;
           border: 1px solid transparent;
           cursor: pointer;
           -webkit-transition: .5s cubic-bezier(.22,.61,.36,1);
           -moz-transition: .5s cubic-bezier(.22,.61,.36,1);
           transition: .5s cubic-bezier(.22,.61,.36,1);
       }
       ```
   
 * I dont know how to bind this code with your Plugin to appear, usually when i 
   work with CSS there is something like this .yourplugin and so on.
 * Can you maybe help?
 * Here 2 Images with/without CSS:
    [https://ibb.co/j4fTXvh](https://ibb.co/j4fTXvh)
   [https://ibb.co/kBkMGd3](https://ibb.co/kBkMGd3)
    -  This topic was modified 5 years, 2 months ago by [WP_87](https://wordpress.org/support/users/word_press_87/).

The topic ‘Question about CSS’ is closed to new replies.

 * ![](https://ps.w.org/sidebar-login/assets/icon.svg?rev=2396264)
 * [Sidebar Login](https://wordpress.org/plugins/sidebar-login/)
 * [Support Threads](https://wordpress.org/support/plugin/sidebar-login/)
 * [Active Topics](https://wordpress.org/support/plugin/sidebar-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sidebar-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sidebar-login/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [WP_87](https://wordpress.org/support/users/word_press_87/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/question-about-css/)
 * Status: not resolved