New Landing How can we help? Themeforest Theme Support Punch Thumbnail rollover

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Punch
  • #981
    Flant
    Member
    Post count: 10

    Hi,

    Is there an easy way to edit the effects of the thumbnail rollovers in the portfolio pages? For example, I’d like to change the default thumbs to greyscale and on rollover, turn it to full colour.

    Thanks in advance!

    Flant

    #1067
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You can add the following to the custom css box within the theme options to do that:

    .overlay-shape li, .no-shape li, .related-items li {
    	opacity: 0.3;
    	-moz-opacity: 0.3;
    	filter:alpha(opacity=30);
    }
    .overlay-shape li:hover, .no-shape li:hover, .related-items li:hover {
    	opacity: 1;
    	-moz-opacity: 1;
    	filter:alpha(opacity=100);
    }
    

    – Ed

    #1187
    Flant
    Member
    Post count: 10

    Hi Ed,

    Not quite what I was after but I assume it would be beyond your support so no worries.

    I wanted make all the thumbs greyscale and on rollover turn colour and NOT have the others fade back, to just stay grey.

    Ant

    #1240
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Ahh ok, apologies for the misunderstanding. That’s not possible with some simple css, would need extra plugin integration.

    – Ed

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register