Title: Default Button
Last modified: August 21, 2016

---

# Default Button

 *  [beccacamper](https://wordpress.org/support/users/beccacamper/)
 * (@beccacamper)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/default-button/)
 * I am using the following code for a button (link/text removed), but the text 
   only shows up when you hover over it and the button itself doesn’t show up. I’m
   sure it’s a newbie mistake, but can you point me in the right direction?
 * `<a href="#" class="btn"><i class="icon-star"></i>Text</a>`

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

 *  [Adrian Houle](https://wordpress.org/support/users/adrian-houle/)
 * (@adrian-houle)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/default-button/#post-4793119)
 * could you link the website?
 *  [bandicootmarketing](https://wordpress.org/support/users/tinkerpriest/)
 * (@tinkerpriest)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/default-button/#post-4793183)
 * That’s because Bootstrap requires an actual class for the specific button type
   you want.
 *     ```
       <a href="#" class="btn btn-primary"><i class="icon-star"></i>Text</a>
       ```
   
 * Read more about it here: [http://getbootstrap.com/css/#buttons](http://getbootstrap.com/css/#buttons)

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

The topic ‘Default Button’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/arcade-basic/1.1.1/screenshot.
   png)
 * Arcade Basic
 * [Support Threads](https://wordpress.org/support/theme/arcade-basic/)
 * [Active Topics](https://wordpress.org/support/theme/arcade-basic/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/arcade-basic/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/arcade-basic/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [bandicootmarketing](https://wordpress.org/support/users/tinkerpriest/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/default-button/#post-4793183)
 * Status: not resolved