Skip to content

Instantly share code, notes, and snippets.

@vfontjr
Created May 2, 2020 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vfontjr/04dde166f2f04690839ec9948564ff65 to your computer and use it in GitHub Desktop.
Save vfontjr/04dde166f2f04690839ec9948564ff65 to your computer and use it in GitHub Desktop.
.fa-hidden {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
.genesis-nav-menu > .right {
color: #FFF;
display: inline-block;
float: right;
list-style-type: none;
padding: 25px 0px;
text-transform: uppercase;
}
.social-icon > a i {
font-size: 16px;
padding-right: 20px;
}
<?php
wp_enqueue_style( 'font-awesome', 'https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css', array(), '4.5.0' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment