[Support request] HomePage Article Link – Customization

Home Forums Support [Support request] HomePage Article Link – Customization

Home Forums Support HomePage Article Link – Customization

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

    Can you please let me know how to make the article heading a hyperlink so that it can be clickable and reaches the article?

    Right now I have to click on the Read More option

    #2368316
    Fernando
    Customer Support

    Hi Abdul,

    The best approach right now would be to use GenerateBlocks Query Loop Block and recreate those Queries as WPSP has already been merged with GenerateBlocks. Reference: https://docs.generateblocks.com/article/query-loop-overview/

    Otherwise, you can add this in Appearance > Customize > Additional CSS:

    .wpsp-overlay .wp-show-posts-image+.wpsp-content-wrap {
        pointer-events: auto !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.