Okay
  Public Ticket #466000
Gallery and Portfolio Grid Customizations
Closed

Comments

  •  4
    Guilherme started the conversation

    Hi, there.

    Is there a way to customize the following things on image gallery and porfolio grid?

    - remove the plus button and change the opacity of the hover style (meta on hover + entire thumb link)?

    - The automatic crop of thumbnail images are vertically centered. Can make the default crop of somepages to crop on top?

    Thank you!

    Guilherme

  •  8,851
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .portfolio-items .col .work-item.style-2 i {
        display: none !important;
    }

    As regards the cropping you can set a manual image using the Custom Thumbnail Meta Option.

    Thanks


    ThemeNectar Support Team 

  •  4
    Guilherme replied

    Hey,

    This code doesn\'t seem to work. Now that I\'ve just sent you the acess to dashboard on the other ticket maybe you can check if I did it right. But just to clarify, what I\'d like to do is change the hover opacity so the photo could will be more visible. I don\'t want to remove it completely, ok?

    Regarding the thumbnail cropping, I know that is possible to upload a custom thumbnail on the portfolio grid. But in some cases is much easier for me to have a Image Gallery intead of portfolio grid. But as some image galleries will be composed of portraits pictures, people\'s face get cropped because of the default center crop. If there is no way to do that, It\'s ok, I try to use portfolio grid for every page.

    Thanks a lot,

    Guilherme

  •  8,851
    Tahir replied

    I can see the plus sign removed.

    Thanks


    ThemeNectar Support Team