How hide filename of picture in Project / Portfolio

Home Forums Jevelin Theme How hide filename of picture in Project / Portfolio

Home Forums Jevelin Theme How hide filename of picture in Project / Portfolio

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Aldor64
    Participant

    Very simple and beginner question: how to hide / do not show Picture / File name in Project view (after click on the picture and open it; please see attached) if Portfolio Layout s set as “Default”?

    Thanks!

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @Aldor64,

     

    I hope you are well today and thank you for your question.

     

    You can hide it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-fw-portfolio h4#lightcase-title {
        display: none !important;
    }

     

    Best regards,
    Shufflehound team

    Aldor64
    Participant

    Thank you so much!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)