Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   [SOLVED] How not to use any menu icon in Montezuma? (http://forum.bytesforall.com/showthread.php?t=18562)

gnosis Oct 4, 2012 09:42 AM

[SOLVED] How not to use any menu icon in Montezuma?
 
How not to use any menu icon in Montezuma?

juggledad Oct 4, 2012 10:26 AM

look thru the theme option template files

gnosis Oct 5, 2012 06:06 AM

Please be more specific.

rosetrees Oct 5, 2012 07:03 AM

This is how I did it.

Go to menus_menu1.css (or menu2 if you are using that instead).

Comment out (or delete) the whole of this section. The code below is the commented out version.


/* The <i> tag are inserted with Javascript.
The <i> tags allows adding background images from a "sprite" image =
background-image with */
/*#menu1 > li > a > i {
display: block;
width: 24px;
height: 24px;
margin: 0 auto 5px auto;
background: transparent url(%tpldir%/images/menu-icons-0090d3.png) 0 0 no-repeat;
}

#menu1 > li:hover > a > i {
background: transparent url(%tpldir%/images/menu-icons-0090d3.png) -24px 0 no-repeat; */
}

gnosis Oct 5, 2012 07:06 AM

Thank you. Very helpful.


All times are GMT -6. The time now is 02:58 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.