Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #717353

    Hi,

    I would like to remove the hyperlink on the mansory linked below, the goal is to only display the feature image of the post and not make the post accessible, thanks

    #718047

    Hey kilimats!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-7138 #av-masonry-1 {
        pointer-events: none;
    }

    Regards,
    Yigit

    #718078

    Thanks that worked, i am trying to apply that code to a duplicated page now but im having a hard time getting it to work, here is the source code of that page (cant share it because its private)

    #718285

    Hi,

    Please see screenshot in private content field. For this page, your code would be

    .page-id-6656 #av-masonry-1 { pointer-events: none !important; }

    Best regards,
    Yigit

    #718658

    thanks worked, how i can i keep the LOAD MORE button clickable though ?

    #718734

    Hi,

    Please change the codes to following one

    .page-id-7138 #av-masonry-1 a.av-masonry-entry {
        pointer-events: none;
    }

    Best regards,
    Yigit

    #718901

    you rock thanks ! worked

    #718903

    Hey!

    You are welcome, glad we could help!
    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove Mansory Link to Post?’ is closed to new replies.