I am trying to show image on Main Menu items.
I've followed the instruction I found on other topic, which is the following:
-----
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've tried those steps but unable to show image on the menu.
Please help.