Okay
  Public Ticket #909924
Hide title on portfolio thumbnails
Closed

Comments

  •  2
    suharsha_wick started the conversation

    Can I hide the image titles on the portfolio thumbnails?? If yes, how to do it??

  • [deleted] replied

    Hi Kupesan, 

    Yes that is possible to do with CSS. So just add the code below to Custom CSS:

    .portfolio-holder .thumb .hover-state.hover-style-white h3 a {
        display: none;
    }
    
  •  2
    suharsha_wick replied

    http://suhardhaprabash.com/

    I have the portfolio on the homepage of this site. How can I hide the item title on the thumbnail of the portfolio and display only the item category??

  • [deleted] replied

    Hi Suharsha, 

    Thanks for responding back! Kindly read out our previous reply as we have provided the solution in that.