Post by srionemanarmy » Sun Aug 23, 2009 8:56 am

Hello All,

First I appreciate the "OpenCart" founder for providing a great simple script. I successfully installed the script and started making changes to the style-sheet (for default theme.)

I would like to remove the icons from menu links. How I can remove those icons from every menu links? Also I very much liked the "OpenCart" Header menu style.

Any help would be greatly appreciated. Thank you!

Newbie

Posts

Joined
Sat Aug 22, 2009 10:53 pm

Post by joxxxe » Tue Aug 25, 2009 5:31 am

bor remove icons from header nav go to

catalog\view\theme\default\template\common

open header.tpl

and remove the img tag that you want


for remove the menu title of the modules

you must go to

catalog\view\theme\default\template\module

open the module that you want remove the image, search img tag and remove it, its

for delete the image of ul link open your style.css


and find

Code: Select all

#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
remove this line:

list-style: url('../image/bullet_1.png');

the same with information module:

Code: Select all

#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
this must help you, regards.

New member

Posts

Joined
Mon Jul 13, 2009 1:53 pm

Post by srionemanarmy » Fri Sep 18, 2009 4:59 am

Hi,

Sorry for my late reply! I got it! Thank you for your help.

Newbie

Posts

Joined
Sat Aug 22, 2009 10:53 pm
Who is online

Users browsing this forum: No registered users and 7 guests