I need to find out where I change the borders around the pictures on the product posts…help, I'm new at this
jeanne
10:17 pm July 8, 2009
Market Admin
Admin
posts 4728
2
If you want to change the color, you'll find it specified in the stylesheet (style.css).
Look for the element:
and
#content .products .post .item a img
Adjust the HEX value (#D2D2D2) in the "border" element to change the color. You can also adjust thickness.
If you want to adjust the color of the border when you hover over it, you'll need to adjust the color in:
#content .grid .post .item a:hover img
and
#content .products .post .item a:hover img
Beyond that… You'd benefit greatly by downloading the "Firebug" plugin for the Firefox browser. It let's you find any CSS styles you want to and adjust them on the fly. Very valuable and useful.
#content .grid .post .item a img
3:55 pm July 9, 2009
jebere
New Member
posts 2
3
Thank you so much…i have decided i am too web challenged or most of this……...
jeanne
4:36 pm July 9, 2009
Market Admin
Admin
posts 4728
4
My advice is to just get your store setup first. Then worry about changing the colors and such. You can learn as you go, and maybe get some help from someone familiar with stylesheet changes.
In case you haven't seen, there are basic color customization options in the "Market Options" menu area.