• Resolved keeperbay

    (@keeperbay)


    Close to the bottom of the homepage there is a gallery. I would like to remove the title link from the image.
    Either remove it completely or just make it so if the title is clicked it only shows the image, just like when you click he image.

    I don’t want clicking the title to actually open a page.
    I know there is an easy way to do one of those in the CSS, but my heads gone blank.
    Help.

Viewing 1 replies (of 1 total)
  • Theme Author Acme Themes

    (@acmethemes)

    Hello,

    Removing link itself needs customization of the theme. If you would like to hide title too, you can use the following custom CSS.

    .gallery-inner-item h3 > a {
        display: none;
    }

    Best Regards!
    Acme Themes

Viewing 1 replies (of 1 total)
  • The topic ‘Remove title link from Gallery’ is closed to new replies.