Title: Remove Second Button
Last modified: August 22, 2016

---

# Remove Second Button

 *  [Highlander79](https://wordpress.org/support/users/highlander79/)
 * (@highlander79)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-second-button/)
 * I just need the first button in the homepage header, how can I remove the second
   one completely?

Viewing 1 replies (of 1 total)

 *  [Kye](https://wordpress.org/support/users/gmax21/)
 * (@gmax21)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-second-button/#post-5195955)
 * Hey there,
 * If there isn’t a theme option in there then you can either edit the theme or 
   us some CSS.
 * The CSS option:
 *     ```
       .intro .btn-intro:nth-of-type(2) {display:none}
       ```
   
 * There is a chance that the theme has a CSS field in the options, if not then 
   you can make a child theme:
 * [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
   
   [http://premium.wpmudev.org/blog/create-wordpress-child-theme/](http://premium.wpmudev.org/blog/create-wordpress-child-theme/)
 * Or you can instead use a plugin if you like:
 * [http://wordpress.org/plugins/custom-css-manager-plugin/screenshots/](http://wordpress.org/plugins/custom-css-manager-plugin/screenshots/)
 * [http://wordpress.org/plugins/my-custom-css/screenshots/](http://wordpress.org/plugins/my-custom-css/screenshots/)
 * [http://wordpress.org/plugins/pc-custom-css/](http://wordpress.org/plugins/pc-custom-css/)
 * [http://wordpress.org/plugins/imporved-simpler-css/screenshots/](http://wordpress.org/plugins/imporved-simpler-css/screenshots/)
 * The original code is in the following file:
 * /multipurpose/homepage-top.php
 * You can remove this:
 *     ```
       <a href="<?php echo esc_url(multipurpose_get_theme_opts('home_featured_btnurl1','#')); ?>" class="btn btn-intro"><?php echo esc_attr(multipurpose_get_theme_opts('home_featured_btntxt1','Buy Pro')); ?></a>
       ```
   
 * Again it’s best to use a child theme.
 * Have a fantastic day! 🙂

Viewing 1 replies (of 1 total)

The topic ‘Remove Second Button’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Kye](https://wordpress.org/support/users/gmax21/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/remove-second-button/#post-5195955)
 * Status: not resolved