Missing mod_mainmenu sources

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Thu Apr 07, 2011 7:12 am
Hello,

Trying to locate the PSD source for all the mod_mainmenu icons (like menu_plus.png, menu_active.png, etc) but they are nowhere to be found in all my YourShop sources.

Can you give us access to that file? I need to customize some of the icon colors.

Thanks,

--Olivier
User avatar
Fresh Boarder

GK User
Wed Jan 16, 2013 4:18 am
I want to add icons on the menu as well and I can't find a way to do it, is there a PSD file?
User avatar
Fresh Boarder

teitbite
Fri Jan 18, 2013 5:07 am
Hi

PSD file is available in rest_files package.

Anyway icons can be added by css. You need to create a class suffix for menu item in options and than add the code for icon to css. For example:

Code: Select all
.homeicon {
background: url(../images/homeicon.png) no-repeat 0 0 transparent;
padding-left: 20px;
}
User avatar
Moderator


cron