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!
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
remove this line:
list-style: url('../image/bullet_1.png');
the same with information module:
this must help you, regards.
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');
}
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');
}
Who is online
Users browsing this forum: No registered users and 7 guests