Default Portfolio layout

Home Forums Jevelin Theme Default Portfolio layout

Home Forums Jevelin Theme Default Portfolio layout

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Shinykins
    Participant

    Can you tell me, is there a way of not showing the file name under the caption when you click to enlarge a portfolio piece? I have attached a screen capture of what I mean.

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

    Hi @Shinykins,

     

    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

     

    #lightcase-info #lightcase-caption {
        display: none !important;
    }

     

    Best regards,
    Shufflehound team

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