Title: dshenwp's Replies | WordPress.org

---

# dshenwp

  [  ](https://wordpress.org/support/users/dshenwp/)

 *   [Profile](https://wordpress.org/support/users/dshenwp/)
 *   [Topics Started](https://wordpress.org/support/users/dshenwp/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dshenwp/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dshenwp/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dshenwp/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dshenwp/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dshenwp/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tonic] How to remove Jumbo Headline button?](https://wordpress.org/support/topic/how-to-remove-jumbo-headline-button/)
 *  Thread Starter [dshenwp](https://wordpress.org/support/users/dshenwp/)
 * (@dshenwp)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/how-to-remove-jumbo-headline-button/#post-12169725)
 * OK no responses, but I found a fix which is to use the Additional CSS capability
   in Customize. Looking at the HTML source, the button’s HTML is:
 * > a class=”btn btn-large btn-primary” href=”#”
   >  Subscribe /a
 * (Sorry for some reason I can’t get less than and greater than to display correctly
   even with HTML entity substitutes)
 * I then inserted a class in the Additional CSS for class btn-primary and set it
   to display: none.
 * > .btn-primary {
   >  display: none; }
 * This removed the button from view.
    -  This reply was modified 6 years, 9 months ago by [dshenwp](https://wordpress.org/support/users/dshenwp/).
    -  This reply was modified 6 years, 9 months ago by [dshenwp](https://wordpress.org/support/users/dshenwp/).

Viewing 1 replies (of 1 total)