Hi. How do you change the font size to the products on the index page? The title of the items and prices are too big. Also, how can I stop the "jumping" when you hover on a link? Here is a link to the site: http://www.lotionsgalore.com/
Thank you.
Hi. How do you change the font size to the products on the index page? The title of the items and prices are too big. Also, how can I stop the "jumping" when you hover on a link? Here is a link to the site: http://www.lotionsgalore.com/
Thank you.
As you have installed better categories this would be in the stylesheet for it
Hi. Can you tell me what exactly I'm suppose to change? I've looked in the stylesheet and I can't seem to find it. I'm fairly new to this so I appreciate the help.
Prices??
Not sure what you are seeing as it looks fine to me but if the description & prices in the center area go to you stylesheet.css file and adjust the percentage in red below
Code:body { margin: 0; font-family: verdana, arial, helvetica, sans-serif; font-size: 65.5%; color: #000000; background-color: #000000; }
Thanks a million kobra, that's what I needed!