Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
My posts are clickable link title. How do I disable it and be just titles and not a clickable link?
hi
what theme are you using have you a link to your site?
for the vantage theme add this css to your custom css (if you are not using a premium theme you can use simple custom plugin)
this will disable the link in the titles of each post
article.post .entry-header h1.entry-title a, article.page .entry-header h1.entry-title a {
pointer-events: none;
cursor: default;
}
Thank you very much! It worked!
Hi Riasage,
Am happy you have this solved. If you encounter any other issue that you require support for, always feel free to open a thread. At James thank you on this, much appreciated.
Thank you.