Make category link not clickable or redirect
-
Hello there,
I am using the Canard theme for my blog.
Is it possible in the CSS to make the category links on the front page either not clickable, or redirect to a custom page, for example the home page.
I do not want category pages to show up – but I do want to keep using category titles, purely for design purposes.
Thank you.
The blog I need help with is: (visible only to logged in users)
-
Hello anneborkent,
I’m not a CSS expert but I’m going to try to help here anyway :)
You could try to add the following script on the CSS editor:
.entry-meta { pointer-events: none; }That would make your category entries not-clickable.
Hope that works! Let me know how it goes :) -
Thank you!
That worked, exactly what I needed.
Even though not an expert, you are becoming one. -
- The topic ‘Make category link not clickable or redirect’ is closed to new replies.