I also need help with my image sizes too if you have any suggestions. I love the Piggy Banks, but the Holiday Plaques and the Art Accents are either too big or too small. I would love help on those too!
I also need help with my image sizes too if you have any suggestions. I love the Piggy Banks, but the Holiday Plaques and the Art Accents are either too big or too small. I would love help on those too!
If by "dropdown menu" you mean the categories sidebox, you can change the text size there by adding this to your stylesheet:
#categories {font-size: 1.2em;}
Adjust to taste.
For the images, you definitely need to do some file size optimization! Look at the FAQs and search on image optimization to get a ton of information.
Your thumbnails should be only 2-5k instead of 50-70k. The "larger images" are fine.
I mean the drop down menu in the attributes. Like where I allow them to select a color, etc. That is what I want fixed!
That can be addressed with this:
.wrapperAttribsOptions select {font-size: 1.3em;}
I found that less than 1.3em didn't produce any change. Apparently the size in that location goes by steps (which are pretty steep). 1.6em is the next step - try it for a laugh!