delete small picture for each item of TOC menu

About the template and stylesheet - and changing the menu
Post Reply
valarno
Posts: 12
Joined: Thu Jan 22, 2009 9:38 am

delete small picture for each item of TOC menu

Post by valarno » Mon Mar 16, 2009 7:25 am

Hi everyone,

I would like to delete small picture for each item menu. I've found this picture stored in templates/default/images/document.gif, but i have
not found the php code which load it for make menu TOC.

How to make this ?
Thank's for your help ;)

Tata
Posts: 3587
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: delete small picture for each item of TOC menu

Post by Tata » Mon Mar 16, 2009 11:42 am

Es steht in stylesheet.css.

Code: Select all

.doc {
	list-style: none;
	padding-left: 15px;
	background: url(../../index.php?image=doc) no-repeat;
}
.docs {
	list-style: none;
	padding-left: 15px;
	background: url(../../index.php?image=docs) no-repeat;
}
.sdoc {
	list-style: none;
	padding-left: 15px;
	background: url(../../index.php?image=sdoc) no-repeat;
}
.sdocs {
	list-style: none;
	padding-left: 15px;
	background: url(../../index.php?image=sdocs) no-repeat;
}
Entweder lúsche die Zeilen mit background Definition, oder kommentiere sie aus. Dann kannst Du noch auch mit padding "spielen".
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

valarno
Posts: 12
Joined: Thu Jan 22, 2009 9:38 am

Re: delete small picture for each item of TOC menu

Post by valarno » Mon Mar 16, 2009 7:49 pm

thank you for your answer Tata but...i know only french and english and i don't understand your comment, sorry ! ;)

Torsten.Behrens
Posts: 522
Joined: Thu May 22, 2008 7:27 am
Location: Germany / Schleswig-Holstein
Contact:

Re: delete small picture for each item of TOC menu

Post by Torsten.Behrens » Mon Mar 16, 2009 9:15 pm

a) No PHP code - change only CSS
b) Open stylesheet.css
c) Change .doc - .docs - .sdoc - .sdocs
d) Save stylesheet.css

Torsten
Torsten Behrens
CMSimple Templates

Post Reply