Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1418520

    Is there a way to disable the post-slider link?
    I want the post slider to display the image, headline and excerpt — just like it is designed to do. But, the excerpt contains all the needed information. So, I would rather it did NOT link back to the post.

    #1418603

    Hey rmatus,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia-content-slider-inner .slide-entry {
    	pointer-events: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.