Search…

X3 Photo Gallery Support Forums

Search…
 
alex00
Topic Author
Posts: 10
Joined: 06 Jun 2009, 02:15

Photo Number - Remove

07 Jun 2009, 06:44

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.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

07 Jun 2009, 07:19

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.
 
alex00
Topic Author
Posts: 10
Joined: 06 Jun 2009, 02:15

07 Jun 2009, 08:40

Yes both versions did'n work.

http://www.alex-reiterer.com/probe/
 
alex00
Topic Author
Posts: 10
Joined: 06 Jun 2009, 02:15

07 Jun 2009, 09:51

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;
}
 
alex00
Topic Author
Posts: 10
Joined: 06 Jun 2009, 02:15

07 Jun 2009, 12:53

Ok Problem solved....I edit the file via the admin tool. Thanks.