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].
Hi
I have Origami premium.
I’m looking for the best way to remove the link from the post title itself, thus showing the entire blog on the frontpage of the website, and making you not able to enter the actual post.
I’ve searched around and come across a css code to be used to just disable the link.
Is this an ok solution or do you suggest something else?
h1.entry-title a {display:inline-block;pointer-events: none;}
Hi Reegad
Thanks for reaching out.
Without getting into a custom development situation, yes, this would be the best way to disable heading links. Add the Custom CSS at Appearance > Custom CSS to avoid it being lost during theme updates.
Ok thanks, i allready used the change, and it works.
Just wondering if this was the way to go about it :)
For sure :) Yes, this is the best way that doesn’t require custom development.