Hi Clyde,
How can I change the color of the 'Image Title/Description' titles on the links page? It's currently black.
Also I noticed you released V3.5.2 recently, what are the changes made? and also are their any special requirements when upgrading?
Thanks.
open includes/templates/YOUR_TEMPLATE/css/links.css
add the following declaration:
.productListing-heading {
color: #000; /* change this to your selected color*/
}
most of the changes were made to the admin side of the mod including changing "file-open" to use a curl option to obtain url information.
Just follow the upgrade instructions.