Okay
  Public Ticket #392555
Disable link to blog post in masonry view
Closed

Comments

  • Sean started the conversation

    I'd like to disable links (both image and title) to limit the blog view to the masonry layout only?

    I don't want users to be able to view individual posts.

    Is this possible?

  •  8,849
    Tahir replied

    Hey,

    Its possible via the css pointer-events attribute. Let me know the page url so i can write up custom css.

    Thanks


    ThemeNectar Support Team 

  •   Sean replied privately
  •  8,849
    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) :
    .ascend .masonry-blog-item {
        pointer-events:  none !important;
    }

    Thanks



    ThemeNectar Support Team 

  •   Sean replied privately