Page 1 of 1

How to change style of image count

Posted: 21 Dec 2011, 14:34
by neodjandre
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

Re: How to change style of image count

Posted: 24 Dec 2011, 06:05
by oneANT
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.

Re: How to change style of image count

Posted: 27 Dec 2011, 11:41
by mjau-mjau
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.