• Hi, I′d like to remove the link to posts that the portfolio′s images have. I only want to see the images and disable the option to post a comment.
    How can I do this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,
    Add the following custom CSS to remove the link from the portfolio section.

    .hs-portfolio-caption a.hs-portfolio-link {
        display: none;
    }

    Let us know if you need help with anything else!

    Thread Starter user2015

    (@user2015)

    Thanks it works perfectly.

    Another question, how can I make the images to display with the demo′s effects ?
    When you click on a category the images come from different parts of the screen.
    Hope I′ve been clear.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘portfolio images’ is closed to new replies.