Theme Befinance Menu icons
Hi,
In default menu of this theme i can get some icons in menu options. Already checked, this functionality is in "Custom Css" options:
/* Menu icons */
.menu-home {
background: url("http://localhost/webprojects/code4everybody/wp-content/uploads/2015/01/home_finance_menu_icon1.png") no-repeat 8px center; }
.menu-about {
background: url("http://localhost/webprojects/code4everybody/wp-content/uploads/2015/01/home_finance_menu_icon2.png") no-repeat 8px center; }
.menu-offer {
background: url("http://localhost/webprojects/code4everybody/wp-content/uploads/2015/01/home_finance_menu_icon3.png") no-repeat 8px center; }
.menu-testimonials {
background: url("http://localhost/webprojects/code4everybody/wp-content/uploads/2015/01/home_finance_menu_icon4.png") no-repeat 8px center; }
.menu-contact {
background: url("http://localhost/webprojects/code4everybody/wp-content/uploads/2015/01/home_finance_menu_icon5.png") no-repeat 8px center; }
I need to add another menu option, where can define the new element like ".menu-home", for ex. "menu-blog" to be recognized in theme.
best regards
Comments
each custom css can be defined in Theme options > Layout > Custom CSS & JS > Custom CSS section.