Title: Customize Accordion
Last modified: August 30, 2016

---

# Customize Accordion

 *  Resolved [ESBConsulting](https://wordpress.org/support/users/esbconsulting/)
 * (@esbconsulting)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/customize-accordion/)
 * To be completely honest, I didn’t look through all of the posts to see if someone
   else has requested help with customizing the accordion, so I’m sorry if you’ve
   already answered this question.
 * I have installed the free version on a client’s site and am using the accordion
   as a unique way to link to some blog posts, [http://trp.sundancedigitalmarketing.com/five-tax-resolution-secrets-you-need-to-know/](http://trp.sundancedigitalmarketing.com/five-tax-resolution-secrets-you-need-to-know/)
 * However, there is a lot of white space in the header of the accordion. How can
   I remove that space so it looks more like the one on your FAQs page, [http://www.kadencethemes.com/post-frequently-asked-questions/](http://www.kadencethemes.com/post-frequently-asked-questions/)?
 * Thank you for taking the time to respond to my question.

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/customize-accordion/#post-6665065)
 * Hey there ESBConsulting,
 * How are you doing today?
 * Please try adding teh following to Appearance -> Customize -> Advanced Settings-
   > Custom CSS:
 *     ```
       .page-id-58 .panel-heading h5 {
           margin-top: 0;
       }
   
       .page-id-58 .panel-heading p {
           display: none;
       }
   
       .page-id-58 .panel-heading a.accordion-toggle {
           padding-top: 0;
       }
       ```
   
 * This should be the result [http://screencast.com/t/7wHSU13J](http://screencast.com/t/7wHSU13J).
   If the code doesn’t work please keep it added and let me know so I can take a
   look 🙂
 * Hope this helps!
 * Cheers,
    Bojan
 *  Thread Starter [ESBConsulting](https://wordpress.org/support/users/esbconsulting/)
 * (@esbconsulting)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/customize-accordion/#post-6665094)
 * Hi Bojan,
    It worked and looks great! [http://trp.sundancedigitalmarketing.com/five-tax-resolution-secrets-you-need-to-know/](http://trp.sundancedigitalmarketing.com/five-tax-resolution-secrets-you-need-to-know/)
 * Thank you for responding so quickly.
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/customize-accordion/#post-6665144)
 * Glad I could help 🙂
 * Cheers,
    Bojan

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

 The topic ‘Customize Accordion’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/virtue/3.4.15/screenshot.png)
 * Virtue
 * [Support Threads](https://wordpress.org/support/theme/virtue/)
 * [Active Topics](https://wordpress.org/support/theme/virtue/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/virtue/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/virtue/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/customize-accordion/#post-6665144)
 * Status: resolved