Page 1 of 1

Photo Number - Remove

Posted: 07 Jun 2009, 06:44
by alex00
How can I remove the Photo Number in the Main Menu? I found this post

https://forum.photo.gallery/viewtopic.p ... oto+number

but it does not work. Is there a detailes description how can I remove the numbers. Thanks a lot for your help.

Posted: 07 Jun 2009, 07:19
by mjau-mjau
Did you try both suggestions in that post? You should have:
Code
.mainmenu_amount{
display: none;
}
Remember to CLEAR your browser cache after updating the CSS, or it will load a cached version. If it don ´t work, please provide me a link.

Posted: 07 Jun 2009, 08:40
by alex00
Yes both versions did'n work.

http://www.alex-reiterer.com/probe/

Posted: 07 Jun 2009, 09:51
by alex00
My forImagevue.css:
Code
@charset "utf-8";
/* CSS Document */
#imagevue #na {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#555555;
	margin: 20px;
	padding: 20px;
	line-height: 19px;
	background-color: #EFEFEF;
}
#imagevue #na h1{
	font-size: 13px;
	display: inline;
}
#imagevue #na a{
	text-decoration: none;
	color:#99CC00;
	font-weight: bold;
	font-size: 13px;
}
#imagevue #na a:hover{
	background-color:#DCEEB9;
}

.mainmenu_amount{
display: none;
}

Posted: 07 Jun 2009, 12:53
by alex00
Ok Problem solved....I edit the file via the admin tool. Thanks.