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

    I’d like to be able to disable linking to the back page of posts when the “Blog Posts” Content Element is set to “single author, big preview pic” and the blog content length is set to “full content”, like this page:
    http://stagshead.studiovinka.com/press/

    #442380

    Hi studiovinka!

    Thank you for using Enfold.

    Right now, the blog posts don’t display the full content but if you want to disable the post title link, add this in the Quick CSS field:

    .page-id-631 h2.post-title.entry-title a {
      pointer-events: none;
    }

    Regards,
    Ismael

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