Title: Plugin customization
Last modified: March 23, 2020

---

# Plugin customization

 *  Resolved [synflex](https://wordpress.org/support/users/synflex/)
 * (@synflex)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/plugin-customization-16/)
 * Hi, first of all the plugin is awesome: simple, light, clean and well written
   code.
    To adapt the look and feel to my e-commerce I had to make some changes
   to the style sheets, but nothing complicated. But there are a couple of things
   I can’t do, specifically:
 * 1. Is it possible to show only the Login tab or only the Register tab in the 
   popup? My need is to split the login and registration process
 * 2. How can I change the color of the field border when they are been focused?
   I tried to insert the pseudo-class :focus on different classes of the xoo-aff-
   style.css file but without luck.
 * Please note: I bought the pro version.
 * Thanks in advance for your reply.
    -  This topic was modified 6 years, 2 months ago by [synflex](https://wordpress.org/support/users/synflex/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [xootix](https://wordpress.org/support/users/xootix/)
 * (@xootix)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/plugin-customization-16/#post-12575111)
 * Hello [@synflex](https://wordpress.org/support/users/synflex/)
 * Glad you like the plugin. Would really appreciate if you support the plugin by
   rating [here](https://wordpress.org/support/plugin/easy-login-woocommerce/reviews/)
 * 1) CSS Trick
 *     ```
       .xoo-el-section, ul.xoo-el-tabs li {
           display: none;
       }
   
       ul.xoo-el-tabs li.xoo-el-active, .xoo-el-active {
           display: block;
       }
       ```
   
 * 2) Input border color
 *     ```
       .xoo-aff-input-group input:focus {
           border: 1px solid #008000!important;
           outline-color: #008000!important;
       }
       ```
   
    -  This reply was modified 6 years, 2 months ago by [xootix](https://wordpress.org/support/users/xootix/).
 *  Thread Starter [synflex](https://wordpress.org/support/users/synflex/)
 * (@synflex)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/plugin-customization-16/#post-12577343)
 * It works perfectly! Thanks so much.
    -  This reply was modified 6 years, 2 months ago by [synflex](https://wordpress.org/support/users/synflex/).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Plugin customization’ is closed to new replies.

 * ![](https://ps.w.org/easy-login-woocommerce/assets/icon-128x128.png?rev=1970613)
 * [Login & Register Customizer – Popup | Slider | Inline | WooCommerce](https://wordpress.org/plugins/easy-login-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-login-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-login-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-login-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-login-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-login-woocommerce/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [synflex](https://wordpress.org/support/users/synflex/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/plugin-customization-16/#post-12577343)
 * Status: resolved