Remove link from module-title?

Posted in: Newspaper
Post count: 209

Hello,
is it somehow possible to remove the link on a module title?

Post count: 27744

Hello,

Please provide more details about what you want to remove.

Thank you!

Post count: 209

Hello @Anamaria,
I found a CSS-solution to remove the link an a module tilte (or any post-title in the post-loop) to the post itself.
I added a CSS class .nolink with the following rules:

.nolink {
cursor: default;
pointer-events: none;
text-decoration: none;
}

Post count: 27744

Hi,

Ok. I’m glad.

Have a great day!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.