Created
February 4, 2021 09:09
-
-
Save wpmu-authors/40637e3f0288bc21f5f6886306ce9699 to your computer and use it in GitHub Desktop.
Final stylesheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Theme Name: WPMU DEV Custom Navigation Menu Icons | |
Theme URI: http://rachelmccollin.co.uk/wpmudev-custom-menu-icons | |
Description: Theme to support WPMU DEV post on custom menu items | |
Author: Rachel McCollin | |
Author URI: http://rachelmccollin.co.uk/ | |
Template: twentyfifteen | |
Version: 1.0 | |
*/ | |
@import url("../twentyfifteen/style.css"); | |
/* styling for menu icons */ | |
.main-navigation ul li { | |
width: 100%; | |
} | |
.fa::before { | |
float: left; | |
margin-top: 8px; | |
width: 30px; | |
} | |
.main-navigation ul li.fa.fa-lg a { | |
font-family: 'Noto Serif', serif; | |
font-size: 0.8em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment