Title: Copy button style
Last modified: April 8, 2020

---

# Copy button style

 *  Resolved [Tama](https://wordpress.org/support/users/tomiqa/)
 * (@tomiqa)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/copy-button-style/)
 * Hello –
 * First, I’m not a tech savvy person.
 * I like to know how to copy that drop shadow effect on click to my other buttons
   on my site?
 * Could please advise?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcopy-button-style%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [Tama](https://wordpress.org/support/users/tomiqa/)
 * (@tomiqa)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/copy-button-style/#post-12644739)
 * My problem is I don’t know how to address “on click” in css
 * Thanks for your help!
 *  Plugin Author [Varun Sridharan](https://wordpress.org/support/users/varunms/)
 * (@varunms)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/copy-button-style/#post-12644791)
 * [@tomiqa](https://wordpress.org/support/users/tomiqa/) this is a free plugin 
   and i do it as a hobby so i dont usually respond CSS based request since its 
   changes for each and every site and its their designers work to do.
 * Anyways
    in css “on click” refers to `:focus` here is an example code
 *     ```
       button:focus{
       background:blue;
       }
       ```
   
 *  Thread Starter [Tama](https://wordpress.org/support/users/tomiqa/)
 * (@tomiqa)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/copy-button-style/#post-12644924)
 * Ok, thank you, I will try to find a designer

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

The topic ‘Copy button style’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-quick-buy/assets/icon-256x256.jpg?rev=2157616)
 * [Quick Buy For Woocommerce](https://wordpress.org/plugins/woocommerce-quick-buy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-quick-buy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-quick-buy/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-quick-buy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-quick-buy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-quick-buy/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [button style](https://wordpress.org/support/topic-tag/button-style/)
 * [csss](https://wordpress.org/support/topic-tag/csss/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tama](https://wordpress.org/support/users/tomiqa/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/copy-button-style/#post-12644924)
 * Status: resolved