Icon on Menu

GK User
Sat May 26, 2012 12:35 pm
Is possible to replace Home with a icon in the main Menu

Thanks

26-05-2012 12-32-00.png
User avatar
Expert Boarder

GK User
Mon May 28, 2012 7:19 am
Please check other topics about icons in menu, you can add some suffix for this menu item which display icon and hide 'Home' text via CSS.
User avatar
Platinum Boarder

GK User
Mon May 28, 2012 7:35 am
bkrztuk wrote:Please check other topics about icons in menu, you can add some suffix for this menu item which display icon and hide 'Home' text via CSS.


I have looked over 10 pages, none of them showed how this can be done, can you point me in the right direction

Thanks
User avatar
Expert Boarder

GK User
Tue May 29, 2012 7:54 am
First of all please add some suffix like .mySufix to this menu item (in menu item settings), secondly you need to open file override.css and add code similar to this

Code: Select all
.mySuffix {background: url('path/yourfile.png') }
.mySuffix a {text-indent: -9999em}


but after you set suffix please give me your site URL it will be easier to help you.
User avatar
Platinum Boarder


cron