# Styling Pseudo-classes & elements

**URL:** https://forum.pinegrow.com/t/styling-pseudo-classes-elements/4521
**Category:** Beginners
**Created:** [September 11, 2020, 1:50am UTC](https://forum.pinegrow.com/t/styling-pseudo-classes-elements/4521 "2020-09-11T01:50:11Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![kat](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/kat/32/2221_2.png) [@kat](https://forum.pinegrow.com/u/kat)
#### Post date: [September 11, 2020, 1:50am UTC](https://forum.pinegrow.com/t/styling-pseudo-classes-elements/4521/1 "2020-09-11T01:50:11Z")

</div>

Loved the tutorial everything worked perfectly except no FontAwesome 4 icon. What did I miss?  
`#tour-button:before { font-family: FontAwesome; content: '\f01b'; margin-right: 9px; }`

---

<div class="post-metadata">

### Author: ![RobM](https://avatars.discourse-cdn.com/v4/letter/r/278dde/32.png) [@RobM](https://forum.pinegrow.com/u/RobM)
#### Post date: [September 11, 2020, 9:11am UTC](https://forum.pinegrow.com/t/styling-pseudo-classes-elements/4521/2 "2020-09-11T09:11:21Z")

</div>

It is hard to tell. There are three parts -the CSS, the ID on the button, and the font awesome stylesheet.  
You have the CSS correct.  
Does the button have the correct ID?

 ![image](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/8/86d6dda1735303ea75864bacc0ad21e6a0319f6b.png)  
Is the stylesheet attached to the page?  
 ![image](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/8/858a87af209070726364784348ab523db334052d.png)

---

<div class="post-metadata">

### Author: ![kat](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/kat/32/2221_2.png) [@kat](https://forum.pinegrow.com/u/kat)
#### Post date: [September 11, 2020, 4:23pm UTC](https://forum.pinegrow.com/t/styling-pseudo-classes-elements/4521/3 "2020-09-11T16:23:36Z")

</div>

You were right, though I swear I put the ID in ; )  
`<button class="button" id="tour-button">Take a Tour</button>`  
On to the next tutorial.
