Okay
  Public Ticket #2792957
portfolio hover
Closed

Comments

  •  13
    Rodney started the conversation

    How do I remove the date / meta when hovering over a portfolio item? I have already successfully removed the hover color.

    The effect I am trying to achieve is to have nothing on hover except with the thumbnail remaining clickable and opening a lightbox.

  •  8,847
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .portfolio-items .col .work-info .vert-center {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  13
    Rodney replied

    perfect. thank you!