Skip to content

Instantly share code, notes, and snippets.

@rwdevpixelparlor
Last active February 2, 2018 15:38
Show Gist options
  • Save rwdevpixelparlor/c8143edb4d3266531311ea0f97feb449 to your computer and use it in GitHub Desktop.
Save rwdevpixelparlor/c8143edb4d3266531311ea0f97feb449 to your computer and use it in GitHub Desktop.
Target After the First child CSS
ul#top-menu li:nth-child(1) a:after {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: inline-block !important;
text-decoration: inherit !important;
content: '\f095';
color: #F4F41F !important;
padding-right: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment