Tagged: blog category
Hi everyone,
for SEO requirements
I’d like to keep displayed my blog categories on my category pages or post, but I’d like to remove the link on it
Anyone ?
Thanks
Chris
Hey Chris,
I’m not sure how that would improve SEO? Please post a link to the page in question and we’ll have a look at it.
Thanks,
Rikard
it is solved with :
span.blog-categories.minor-meta a {
pointer-events: none;
}
in quick css
Thanks