Okay
  Public Ticket #1008659
Disable portfolio links
Closed

Comments

  • MyshaSantini started the conversation

    Hello,

    Is it possible to disable the links on my portfolio on the about page only?

    So that the portfolio is just images with no title or links on hover?


    Thank you,

    Mysha

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .page-id-3229 .portfolio-items.no-masonry {
        pointer-events: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • MyshaSantini replied

    works beautifully, thank you!