football icon on menu

Joomla template for easily build sports magazine website with advanced content display features and clean, unique design.
GK User
Sat Dec 29, 2012 9:21 pm
not shown for some reason the football icon in the first tab of the menu
please check http://www.aek1924.gr
User avatar
Gold Boarder

Konrad M
Mon Dec 31, 2012 10:36 am
Hi,
you have this code on head:
Code: Select all
#gkMenu .level0 > li > a.icon-soccer > span.menu-title {
    background: url("/templates/gk_sporter/images/icons.png") no-repeat scroll 4px -2756px transparent !important;
}

and url to image is wrong. So icon doesn't show up.
Should be:
Code: Select all
#gkMenu .level0 > li > a.icon-soccer > span.menu-title {
background: transparent url('../images/icons.png') no-repeat 4px -2756px;
}
User avatar


cron