Wo kann ich es einstellen, dass der Seitentitel NICHT als Link anklickbar ist? Kann es nicht finden…
Hi merome2,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
All page titles (in the area with the green background) could be clicked. And that’s what I want to turn off
Hey!
use this code in Quick CSS field:
h1.main-title.entry-title {
pointer-events: none;
}
Best regards,
Andy
works fine – thank you