#46885 Removing author link on blog post?
Landing › Forums › JupiterX WordPress Theme › Removing author link on blog post?
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
Koen Monhemius 2 years, 3 months ago
Hi guys,
How do I remove the links to the author’s page on a blog post? I still want to show the name, just don’t want it to link to anything.
Thanks in advance! š
Amir Rather Support Team 2 years, 3 months agoTry the below CSS in Jupiter X > Customize > Additional CSS to see if it helps?
.jupiterx-post-meta-author a {
pointer-events: none;
}
a.jupiterx-post-author-box-link {
pointer-events: none;
}Please provide a single post URL if this doesn’t work š
Koen Monhemius 2 years, 3 months agoHi Amir,
Thanks for your response. That did the trick! š
Alexander Hutsol Support Team 2 years, 3 months agoHello,
You are welcome š
Feel free to create a new topic if you have any other questions.
Regards.
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)