Support › Forums › Flex Theme › button below home nav tab › Reply To: button below home nav tab
December 13, 2015 at 4:57 pm
#738
Moderator
We already created a CSS for home menu. So you can understand how it will work.
.genesis-nav-menu .home a::before {
content: "";
display: block;
font-family: "Dashicons";
font-size: 21px;
left: 50%;
margin-left: -14px;
margin-top: -17px;
position: absolute;
top: 50%;
}
.genesis-nav-menu .home a {
display: inline-block;
font-size: 0;
height: auto;
position: relative;
text-align: center;
width: 25px;
}
Here is some tips
1. http://sevenspark.com/how-to/how-to-add-a-custom-class-to-a-wordpress-menu-item
2. Add Home icon to the Primary Menu (http://www.simpleprothemes.com/configure-navigation-menus-in-flex/)