Okay
  Public Ticket #168160
Meta Work Info over image
Closed

Comments

  • Chris started the conversation
    HI your theme is so awesome, serious dedication has gone into making so robust its truly amazing. I wanted some help achieve two specific ideas. 1: Is there a fix to have the meta info for each portfolio project to be over the image, slight faded out then when the user hovers, the project image is 100% opacity and the meta info is still there? 2: also when the user hovers you see a gif animation in the thumbnail image area. thank you in advance for your help is much appreciate and please keep supporting this theme as its the best ive user!
  •  1,069
    ThemeNectar replied

    Hey Chris :)

    1. Add this into the Custom CSS box located in your Salient Options panel to get close to that:

     
    .vert-center {
      padding-top: 0!important;
    }
    .portfolio-items .work-info, .portfolio-items .col h3 {
      opacity: 1!important;
    }
    
    2. Unfortunately this would require some custom development since there'd need to be a way to define a second image for each project. Cheers!
  • Chris replied

    thanks so much Nectar your a legend!