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
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
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
Hi,
Try adding the following to quick css:
.avia_textblock .Hyperlink0{
display:none!important;
}
Best regards,
Jordan Shannon
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
Hi,
Add this also:
h2.post-title.entry-title{
pointer-events:none!important;
}
Best regards,
Jordan Shannon
Thanks! that works great!
Hi,
Great! Did you need further help with this or shall I close the thread?
Best regards,
Jordan Shannon
You can close it. Thanks!