Okay
  Public Ticket #648041
Stop link to the portfolio pages
Closed

Comments

  •  1
    Jamie started the conversation

    Hello,

    Is there anyway of removing the link to the portfolio pages?

    If you take a look at this page: http://www.transuk.co/ it has the portfolio section as seen in one of your demos where the featured portfolio image has a 3d effect. I would like it so that it's not clickable and doesn't take the user to the portfolio - is there anyway to do that?

    I've tried to add # in the external URL section of the portfolio post however it jumps back to the top of the page on click.

    Any help would be great. Thank you.

    Jamie

  •  8,992
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    body.home .portfolio-items .col.elastic-portfolio-item a {
        pointer-events: none !important;
    }

    Best.


    ThemeNectar Support Team 

  •  1
    Jamie replied

    That worked great, thank you very much.