Okay
  Public Ticket #317657
Remove links from Gallery
Closed

Comments

  • Vasudevan started the conversation

    Hi,

    I would like to remove the links to view large image version from each images added in gallery. It will have just the plain images with text written on top of it.

    How do I do this?

  •  8,842
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .portfolio-items .col .work-item .work-info a:first-child {
        display: none !important;
    }
    Thanks 


    ThemeNectar Support Team 

  • Vasudevan replied

    Thanks Tahir. Although the link disappeared, there is a transparent, coloured box appears on hover. I don't need anything on hover - just the plain image.

    Please check section:  http://www.indesigns.co#designs

  •  8,842
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    body .portfolio-items .col[data-default-color="true"] .work-info-bg {
        opacity: 0 !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Vasudevan replied

    More than this theme, I love your support. Brilliant and I wish to make this thread private so that others also can see your brilliance!

    I'm not able to make it public. Please do if you can.

    Great support Tahir and thank you very much!