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] Menu Icons (http://forum.bytesforall.com/showthread.php?t=18445)

krystalls Sep 21, 2012 03:30 PM

[SOLVED] Menu Icons
 
Where(as in how many lines into menus_menu1.css) should I paste the code for to change menu icons? I have tried seemingly everything and they wont change.

lmilesw Sep 21, 2012 08:49 PM

Look in CSS settings > Using Menu icons

krystalls Sep 21, 2012 08:55 PM

I have, and i have changed all of the numbers and tried pasting into the css but it hasn't done a thing :confused:

lmilesw Sep 21, 2012 10:01 PM

You make the necessary changes in the Using Menu Icons and then cut and paste the code in the menu_menu1.css

jtsharp Sep 22, 2012 10:20 AM

I'm in the same boat. Pasted this:

Quote:

/* Part 1- for default state: */
#menu1 .about > a > i { background-position: 0px -1008px; }
#menu1 .home > a > i { background-position: 0px -24px; }
#menu1 .services > a > i { background-position: 0px -1008px; }
/* Part 2 - for hover state: */
#menu1 .about:hover > a > i, #menu1 .about.active > a > i { background-position: -24px -1008px; }
#menu1 .home:hover > a > i, #menu1 .home.active > a > i { background-position: -24px -24px; }
#menu1 .services:hover > a > i, #menu1 .services.active > a > i { background-position: -24px -1008px; }
..into the menus_menu1.css file and got no changes.

juggledad Sep 22, 2012 10:26 AM

What is the url? are you using a automatic menu or custom WP menu?

try the class '.page-about' etc

jtsharp Sep 22, 2012 10:32 AM

Excellent. It was the '.page-' piece that was missing. Thank you as always.

krystalls Sep 22, 2012 10:46 AM

Hoorayyy Thank you! cant believe I missed something so little but so prevalent!


All times are GMT -6. The time now is 07:15 AM.

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