removee

Home Forums Jevelin Theme removee

Home Forums Jevelin Theme removee

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • SaqlainMughal
    Participant

    I want asap that if someone looks at my portfolio, they don’t see the name of my images. How can i remove this now?

     

    It’s on every images

     

    https://sellself.be/project/linkeroever/

    https://sellself.be/aanbod/

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

    SaqlainMughal
    Participant

    same on mobile people can see image name

    Hi @SaqlainMughal,

     

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

     

    You can remove 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;
    }

     

    Best regards,
    Shufflehound team

    SaqlainMughal
    Participant

    I just did and it’s still visible.

    Then please change the above shared CSS code as below.

     

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

    SaqlainMughal
    Participant

    Suddenly cant go further to add it, why?

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

    SaqlainMughal
    Participant

    how come

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

    It is accessible for me as shown in the attached screenshot.

     

    Please test it clearing your browser cache and using a different browser.

    Attachments:
    You must be logged in to view attached files.
Viewing 8 posts - 1 through 8 (of 8 total)