Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #865930

    Hello,
    I have the Post widget displaying the blog posts I want with full content. I do not want the titles to be clickable and take the visitor to a page with the blog post. I would prefer to just have all blog posts on one page. Can you please help me remove the links from the blog titles?

    Thanks

    #865940

    Hey jonnycuest,

    Please provide a link to the site/page in question so I can have a visual of what you need.

    Best regards,
    Jordan Shannon

    #866004

    Hi Jordan,

    Here is the link:

    Towards the bottom I have the Posts widget displaying the full post content, but the titles also link to individual pages for each post. I would like to remove those links so visitors cannot navigate to the individual post pages.

    Thanks,
    John

    #866346

    Hi,

    Try adding the following to quick css:

    .avia_textblock .Hyperlink0{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #866424

    Hi Jordan,
    Unfortunately, this didn’t work. The titles of the blog posts are still linking to the individual pages. Any other thoughts?

    Thanks,
    John

    #866725

    Hi,

    Add this also:

    h2.post-title.entry-title{
    pointer-events:none!important;
    }

    Best regards,
    Jordan Shannon

    #866832

    Thanks! that works great!

    #866882

    Hi,

    Great! Did you need further help with this or shall I close the thread?

    Best regards,
    Jordan Shannon

    #866911

    You can close it. Thanks!

    #867126

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove Link From Blog Post WIdget’ is closed to new replies.