I've been trying to add an image as a menu using the following code but it's not working:
Go to Joomla Admin > Menus > Main Menu
Select your Home Menu item
On the right under " Menu Params (Gavick Pro) and in "Additional class" enter "home" without quote marks.
This will allow you to use css style class "home" from now on for menu item Home only.
Enable CSS override option from template settings by going to
Joomla Admin > Extensions > Template Manager > gk_boutique- Default
On the right Advanced Features > CSS Override.
Now find file: /templates/gk_boutique/css/override.css
I 've added the following code:
#gkMainMenu > div > ul > li.home { background-image: url('../images/home_icon.png'); },
I changed the image link to the one I want but it doesn't seem to work. Any advise?
Cheers!