Title: Donor Wall Style
Last modified: November 2, 2018

---

# Donor Wall Style

 *  Resolved [Imran.Umer](https://wordpress.org/support/users/imranumer/)
 * (@imranumer)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/donor-wall-style/)
 * Hi,
    I was using the following CSS to style the donor wall but after updating
   the plugin to new veersion, CSS is not working.
 * .give-donor {
    background: green; color: black; font-size: 20px; border-left-
   color: red; border-bottom-color: red; line-height: 1.1; padding: 6px; } Can you
   please look into this? Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdonor-wall-style%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * (@webdevmattcrom)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/donor-wall-style/#post-10843044)
 * Hi there,
 * That class name is still exactly the same as previously. Where did you add that
   custom CSS previously? If you added it directly into the Give plugin, then that’s
   why it’s not there anymore. Rather than add custom CSS to the plugin, add that
   to the bottom of your theme’s styles.css file; or go to “Appearance > Customize
   > Custom CSS” and add it to the bottom of that setting.
 * For more detailed info on adding custom CSS, see here: [https://givewp.com/documentation/resources/handling-custom-css-in-wordpress/](https://givewp.com/documentation/resources/handling-custom-css-in-wordpress/)
 *  Thread Starter [Imran.Umer](https://wordpress.org/support/users/imranumer/)
 * (@imranumer)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/donor-wall-style/#post-10855865)
 * I am using the Avada theme and added the CSS through Avada theme options. Now
   i have tried through Customizer but no success. As said earlier, CSS was working
   previously but stopped working after the update. Another thing to note is that
   this CSS is changing the font size, line height and padding but not the color,
   background and border color.
 *  Plugin Contributor [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * (@webdevmattcrom)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/donor-wall-style/#post-10857498)
 * I’m seeing some custom styles being applied over autooptimize, which is a caching
   plugin:
    [](https://cloudup.com/cUBaG1UgpDy)
 * Try clearing your cache completely, even disabling it while testing.
 *  Thread Starter [Imran.Umer](https://wordpress.org/support/users/imranumer/)
 * (@imranumer)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/donor-wall-style/#post-10858380)
 * Cleared the cache and disabled the cache plugin but still the same result.
 *  Plugin Contributor [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * (@webdevmattcrom)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/donor-wall-style/#post-10858389)
 * Try adding this into the Customizer:
 *     ```
       aside .give-donor.give-card {
           background: green;
           color: black;
           font-size: 20px;
           border-left-color: red;
           border-bottom-color: red;
           line-height: 1.1;
           padding: 6px;
       }
       ```
   
 *  Thread Starter [Imran.Umer](https://wordpress.org/support/users/imranumer/)
 * (@imranumer)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/donor-wall-style/#post-10858606)
 * Great, It’s working now. Thanks for the amazing support.

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

The topic ‘Donor Wall Style’ is closed to new replies.

 * ![](https://ps.w.org/give/assets/icon-256x256.jpg?rev=2873287)
 * [GiveWP - Donation Plugin and Fundraising Platform](https://wordpress.org/plugins/give/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/give/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/give/)
 * [Active Topics](https://wordpress.org/support/plugin/give/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/give/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/give/reviews/)

## Tags

 * [donor wall](https://wordpress.org/support/topic-tag/donor-wall/)

 * 6 replies
 * 2 participants
 * Last reply from: [Imran.Umer](https://wordpress.org/support/users/imranumer/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/donor-wall-style/#post-10858606)
 * Status: resolved