Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Montezuma Theme »

[SOLVED] How to remove menu icon


  #1  
Old Aug 31, 2013, 12:49 AM
fastmediafree
 
12 posts · Nov 2012
Hi,
my website is www.wordtech.it

i want delete the stars icons in main bar, and leave only the names home,forum,login... how i can do it ?

my permalinks is default and css menu1 :

/* Part 1- for default state: */
#menu1 .item-home-2 > a > i { background-position: 0px 0px; }
#menu1 .item-forum > a > i { background-position: 0px -24px; }
#menu1 .item-login > a > i { background-position: 0px -48px; }
#menu1 .page-reg > a > i { background-position: 0px -72px; }
/* Part 2 - for hover state: */
#menu1 .item-home-2:hover > a > i, #menu1 .item-home-2.active > a > i { background-position: -24px 0px; }
#menu1 .item-forum:hover > a > i, #menu1 .item-forum.active > a > i { background-position: -24px -24px; }
#menu1 .item-login:hover > a > i, #menu1 .item-login.active > a > i { background-position: -24px -48px; }
#menu1 .page-reg:hover > a > i, #menu1 .page-reg.active > a > i { background-position: -24px -72px; }


and menu2

/* Part 1- for default state: */
#menu2 .item-home-2 > a > i { background-position: 0px 0px; }
#menu2 .item-forum > a > i { background-position: 0px -24px; }
#menu2 .item-login > a > i { background-position: 0px -48px; }
#menu2 .page-reg > a > i { background-position: 0px -72px; }
/* Part 2 - for hover state: */
#menu2 .item-home-2:hover > a > i, #menu2 .item-home-2.active > a > i { background-position: -24px 0px; }
#menu2 .item-forum:hover > a > i, #menu2 .item-forum.active > a > i { background-position: -24px -24px; }
#menu2 .item-login:hover > a > i, #menu2 .item-login.active > a > i { background-position: -24px -48px; }
#menu2 .page-reg:hover > a > i, #menu2 .page-reg.active > a > i { background-position: -24px -72px; }
  #2  
Old Aug 31, 2013, 05:30 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
in mto->CSS Files->menus_menu1.css find
HTML Code:
#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; 
}
and change it to
HTML Code:
#menu1 > li > a > i { 
	display:					none;
	width: 					24px;
	height: 					24px;
	margin: 					0 auto 5px auto;
	background: 			transparent url(%tpldir%/images/menu-icons-0090d3.png) 0 0 no-repeat; 
}
do the similar thing for menu2
  #3  
Old Aug 31, 2013, 06:19 AM
fastmediafree
 
12 posts · Nov 2012
Quote:
Originally Posted by juggledad
in mto->CSS Files->menus_menu1.css find
HTML Code:
#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; 
}
and change it to
HTML Code:
#menu1 > li > a > i { 
	display:					none;
	width: 					24px;
	height: 					24px;
	margin: 					0 auto 5px auto;
	background: 			transparent url(%tpldir%/images/menu-icons-0090d3.png) 0 0 no-repeat; 
}
do the similar thing for menu2
Perfect ! Tks a lot

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to remove RSS icon and menu bar? AlexFStop Montezuma Theme 1 Apr 13, 2014 09:37 AM
Remove ATA default menu icon jrobie23 Page & Category Menu Bars 3 Aug 24, 2011 12:29 PM
[SOLVED] Centering menu titles vertically & placing a dot/asterisk/icon between menu hnbrace Page & Category Menu Bars 8 Jun 28, 2011 04:07 PM
[SOLVED] How can I remove that icon from the upper right-hand corner of a sticky post ameliecafe Center area post/pages 2 Dec 19, 2010 10:05 AM
[SOLVED] How to Remove the Icon Sticky.gif in Sticky Posts lexsisney Center area post/pages 1 Apr 16, 2010 01:27 PM


All times are GMT -6. The time now is 05:46 AM.


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