Title: Button CSS
Last modified: August 31, 2016

---

# Button CSS

 *  Resolved [imabel](https://wordpress.org/support/users/imabel/)
 * (@imabel)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/button-css-3/)
 * I managed to change the default button appearance by editing the values for button.
   waving-button in style.css. I can’t find where to change the appearance for selected
   buttons, though. Where is the CSS for the active button state, specifically the
   pink background color rgb(233, 30, 99)?
 * [https://wordpress.org/plugins/waving-portfolio/](https://wordpress.org/plugins/waving-portfolio/)

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

 *  Plugin Author [aelbuni](https://wordpress.org/support/users/aelbuni/)
 * (@aelbuni)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/button-css-3/#post-7151373)
 * Good question,
 * You will find it under “waving-portfolio/assets/js/custom.js”.
 *     ```
       // Not active style of waving-button
         jQuery('.waving-button-'+index).css('background-color','white');
         jQuery('.waving-button-'+index).css('color','');
         jQuery('.waving-button-'+index).css('font-weight','normal');
       // Active style for waving-button
         button.css('background-color','#E91E63');
         button.css('color','white');
         button.css('font-weight','bold');
       ```
   
 * Please consider reviewing this plugin.
 * Thanks for your question
 *  Thread Starter [imabel](https://wordpress.org/support/users/imabel/)
 * (@imabel)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/button-css-3/#post-7151385)
 * Thanks! That was exactly what I was looking for.
 *  Plugin Author [aelbuni](https://wordpress.org/support/users/aelbuni/)
 * (@aelbuni)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/button-css-3/#post-7151392)
 * You welcome.
 * Again your review will be highly appreciated:
    [https://wordpress.org/support/view/plugin-reviews/waving-portfolio](https://wordpress.org/support/view/plugin-reviews/waving-portfolio)
 * Thanks

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

The topic ‘Button CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/waving-portfolio_8693a7.svg)
 * [Waving Portfolio](https://wordpress.org/plugins/waving-portfolio/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/waving-portfolio/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/waving-portfolio/)
 * [Active Topics](https://wordpress.org/support/plugin/waving-portfolio/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/waving-portfolio/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/waving-portfolio/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [aelbuni](https://wordpress.org/support/users/aelbuni/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/button-css-3/#post-7151392)
 * Status: resolved