Search…

X3 Photo Gallery Support Forums

Search…
 
neodjandre
Topic Author
Posts: 1
Joined: 20 Dec 2011, 11:30

How to change style of image count

21 Dec 2011, 14:34

Hello,

I am looking for a way to change the style for the image count numbering in square brackets [ ].

in particular i would like to make the numbers and square brackets to appear grey instead of black..

many thanks in advance,
Andy
 
oneANT
Experienced
Posts: 36
Joined: 01 Aug 2011, 22:55

Re: How to change style of image count

24 Dec 2011, 06:05

Its in ...

Themes
Select 'EDIT' for the theme you are using
Then click on 'EDIT STYLESHEET'

...just a short way down you will find

.folderdescription_amount {
font-size: 13px;
color: #CCCCCC;


and after changes 'SAVE'

If you dont see a change maybe delete your browsing history in your web browser and reload the page

Have a look at my site, you will see I use a grey (#CCCCCC)
You could select another by using an online hex colour selector.
http://www.colorcombos.com/CCCCCC-hex-color

hope I helped.

Ant.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: How to change style of image count

27 Dec 2011, 11:41

Actually, its the same procedure as oneANT says, except edit the class .mainmenu_amount
Code
.mainmenu_amount {
	color: #BBBBBB;
}
The folderdescription_amount is for the amount in the tooltip that appears on mouse over.