how add icon in menu

GK User
Wed Sep 11, 2013 11:12 am
i need to add an image before menu title...while i try but its not working.
for add image before menu title ive done the following steps >>>

first i add an icon in imge folder> then
menu>main manu>home>link type option>
and add image.

but its not working.
here an example exactly what i need:
Image

can you please help me to solve this issue...
User avatar
Junior Boarder

teitbite
Wed Sep 11, 2013 4:19 pm
Hi

An easiest way to do this is by css. For example a home element would require this code:

Code: Select all
div.gk-menu > ul.level0 > li > a#menu101 > span.menu-title {
    background: url("../images/ico-home.png") no-repeat scroll 0 center transparent;
    display: block;
    padding-left: 15px;
}


#menu101 is simply an id number of menu item.
User avatar
Moderator


cron