Title: Changing Download Button CSS
Last modified: August 21, 2016

---

# Changing Download Button CSS

 *  [deathstarnet](https://wordpress.org/support/users/deathstarnet/)
 * (@deathstarnet)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/changing-download-button-css/)
 * First of all, this plugin is awesome. Great job Mike, and thank you!
 * I am trying to change the button size and color to match my site, but I cannot
   find the CSS in order to change it. All I see is PHP.
 * There are a few threads in support with a similar question, but none seem to 
   have been answered. Can anybody provide some guidance on how to achieve this?
   Thank you!
 * [https://wordpress.org/plugins/download-monitor/](https://wordpress.org/plugins/download-monitor/)

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

 *  Thread Starter [deathstarnet](https://wordpress.org/support/users/deathstarnet/)
 * (@deathstarnet)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/changing-download-button-css/#post-4609602)
 * I found the CSS in assets “frontend.css”. However, when I changed the color codes,
   no change took effect. (I cleared all caches including browser.)
 * Any suggestions?
 *  [mdmower](https://wordpress.org/support/users/mdmower/)
 * (@mdmower)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/changing-download-button-css/#post-4609808)
 * If your theme supports custom css inserts, you can adjust the button with CSS
   like the following:
 * .download-button {
    background-image: none !important; background-color: lightgray;
   box-shadow: 0 0 0 !important; border: 1px solid slategray; }
 * .download-button:hover {
    background-image: none !important; background-color:
   lightblue; color: black; text-decoration: none; }
 *  [DarthStar](https://wordpress.org/support/users/darthstar/)
 * (@darthstar)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/changing-download-button-css/#post-4609809)
 * Thank you so much! Worked like a charm.

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

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

 * ![](https://ps.w.org/download-monitor/assets/icon-256x256.png?rev=3198936)
 * [Download Monitor](https://wordpress.org/plugins/download-monitor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/download-monitor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/download-monitor/)
 * [Active Topics](https://wordpress.org/support/plugin/download-monitor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/download-monitor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/download-monitor/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [DarthStar](https://wordpress.org/support/users/darthstar/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/changing-download-button-css/#post-4609809)
 * Status: not resolved