PDA

View Full Version : Anyone know how to enlarge Nav Buttons?


picturethisdetroit
Jun-28-2009, 05:27 PM
Is there any way to make the navigation buttons (viewing style, share, buy etc...) a bit larger or more in your face? A lot of my audience seems to not be noticing them for some reason. i'd like to find a way to bring these out more.
I am figuring these buttons are styled with CSS but i have no clue how to change them. If there is anyone that could show me the way, it would be greatly appreciated.

J Allen
Jun-28-2009, 09:14 PM
To make all of them bigger:




#altViews,
#cartButtonsWrapper,
#productsPanel,
#toggleAlbumComment,
#homepageTools,
.yui-panel
{font-size: 120%;}

picturethisdetroit
Jun-28-2009, 09:24 PM
To make all of them bigger:




#altViews,
#cartButtonsWrapper,
#productsPanel,
#toggleAlbumComment,
#homepageTools,
.yui-panel
{font-size: 120%;}





This is perfect! Thanks a lot, and that was quick too :thumb

Rock on :ivar

J Allen
Jun-28-2009, 10:20 PM
If you wanted to change the text color on the buttons too:



.sm-button a,
.sm-button button
{color: red ;}




Some more ideas here, if you want to further customize them...

http://wiki.smugmug.net/display/SmugMug/New+Buttons+September+2008