Tagged: blog post titles
-
AuthorPosts
-
May 26, 2021 at 10:36 am #1302390
Hi there,
we would like to unlink all blog post titles from the blog posts themselves since we use buttons to external PDFs (created by the client himself) instead. It would be great to have the opportunity to display blog posts in grid layout (or multi-author-blog) in the title/text excerpt/read more-fashion with the heading/title being no clickable item itself at all and the read-more-button functioning as an external link.
That way we could have parts of the content to be easily maintained/updated by the client in form of creating new blog posts for jobs, news etc. without interfering with the whole site build…Thanks in advance,
SaschaMay 27, 2021 at 2:31 pm #1302660Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.post-title a, .big-preview a, a.small-preview { pointer-events: none; }
Best regards,
YigitMay 28, 2021 at 9:12 am #1302778Hi Yigit,
thanks for the code!
The titles are not clickable anymore but they still have a hover state. Could that be fixed/eliminated also?
Thanks again for your kind support,
SaschaMay 29, 2021 at 1:17 am #1302900Hi,
Add this to quick css:
.post-title:hover a, .big-preview:hover a, a.small-preview:hover { color: #333333!important; }
Best regards,
Jordan ShannonMay 31, 2021 at 2:01 pm #1303185Hi Jordan,
thanks for looking into this.
Unfortunately it only changed the color of the title but the hovering still remains…Best,
SaschaMay 31, 2021 at 2:16 pm #1303189or: prevent the creation of these links: if you are on single post
see: https://kriesi.at/support/topic/remove-permanent-link-from-the-post-h1-title/#post-1220155
sadly the hover style is correlated not to the anchor but to that class .post-title:
so set it to 1.html_elegant-blog #top .post-entry .post-title:hover, .html_elegant-blog .avia-content-slider .slide-entry-title:hover { opacity: 1; }
May 31, 2021 at 2:48 pm #1303197June 1, 2021 at 6:14 am #1303327by the way @Yigit – I mention it here again now; this should actually be the standard behavior. It makes no sense when you are in the single post to set the link that leads to itself. Maybe you pass this on as a suggestion to Günter.
June 1, 2021 at 12:21 pm #1303400Hi Sascha,
Please add the code @Guenni007 shared here – https://kriesi.at/support/topic/unlink-all-blog-post-titles/#post-1303189
@Guenni007 Thanks for your help! I will pass it to Günter :)Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.