Okay
  Public Ticket #323216
Portfolio Hover Always On
Closed

Comments

  • Keith started the conversation

    Hello!

    I'm using the 'Meta on hover + entire thumb link' for displaying my portfolio.  Is there any way to turn the hover-view for all portfolio items always on?  In other words, I want the title and meta to show on all of my portfolio thumbnails, always - essentially turning the hover feature off.

    My projects aren't very visually-oriented, so I want people to see the text for each without having to hover over each to see what it is.

    Thanks again!

    Regards, Keith

  •  8,844
    Tahir replied

    Hey Keith!

    Could you allow us to see the page url so we can write up some custom css for you  . 
    Thanks


    ThemeNectar Support Team 

  • Keith replied

    Hey Tahir!  It is: www.keith.ae

    Thanks!

  •  8,844
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body .portfolio-items .col[data-default-color="true"] .work-info-bg {
        opacity: 0.85 !important;
    }
    
    
    html body .portfolio-items .work-info {
        opacity: 1 !important;
    }
    
    
    html body .portfolio-items .col .work-info .vert-center * {
        opacity: 1 !important;
    }
    
    
    html body .portfolio-items .col .work-info .vert-center {
        padding-top: 15px !important;
    }
    Thanks 


    ThemeNectar Support Team 

  • Keith replied

    Awesome! Perfect, thank you!  Worked like a charm!