Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #509039

    Hi,

    How can I hide the preview thumbs of the other portfolio items? Basicly I want to hide the red area as shown in the screendump.

    Regards,

    Steven

    • This topic was modified 9 years, 3 months ago by steviger.
    #509044

    Hey steviger!

    Can you please post the link to your page?

    Cheers!
    Yigit

    #509050

    Hi,

    Sure!

    #509052

    Hey!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .portfolio_preview_container.open_container + .grid-sort-container {
        opacity: 0;
    }
    .grid-sort-container { 
    opacity: 1; 
    }

    Best regards,
    Yigit

    #509063

    Hi,

    Thanks for the ultra fast support : ) They are now invisible but still there. (clickable and drag-able)

    Just adding:

    .portfolio_preview_container.open_container + .grid-sort-container {
    display:none;
    }

    Did the trick! Thanks for pointing me in the right direction :)

    Cheers!

    The only thing is that the next/previous buttons no longer work…

    • This reply was modified 9 years, 3 months ago by steviger. Reason: Not solved
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hide preview in Ajax portfolio pop-up’ is closed to new replies.