Hello,
I'm trying to tinker with some of the styling in the fancy category display, but I'm having trouble figuring out where to modify and put in my changes.
With the thumbnail for example (which I'm trying to enlarge) I found the following in the plugin code:
.eStore-thumbnail {
float:left;
margin-right:12px
}
.eStore-thumbnail img,.eStore-thumbnail a img {
background-color:#FFF;
border:1px solid #A9A9A9;
margin:4px 0 4px 5px;
padding:4px
}
.eStore-thumbnail img:hover {
background-color:#A9A9A9
}
Is this the proper thing to base my css changes off? I tried to put them in my custom.css folder in my theme (Thesis) but it wouldn't work...