Hi Ed,
I’ve managed to figure out most of the slight css customisations I wanted…but I’m really struggling with these two. Would be grateful for your assistance.
1) I have a page with a number of captioned images (acting as gallery album covers) each image linking to a different page containing wordpress galleries.
I’d like the roll over of the captioned images to have the same transition effect as the portfolio items (zoom, red overlay and ‘>’
I’ve tried everything I could think of applied to .wp-caption img with no success.
2) On the pages that contain the standard wordpress galleries I figured out how to change the black overlay to red (I’m learning reasonably quickly…great theme to navigate your way around) but can’t figure out how to get the icon-search ‘magnifying glass’ to appear.
The CSS is:
.gallery-item .gallery-icon {
background: #fb3c2d url(images/view-image.png) no-repeat center center;
}
What should I be using in the “url(images/view-image.png)” section…not sure where the icons are found?
Thanks in advance