Disable author href

Posted in: Newspaper
Post count: 5

Hello,
I bought your outstanding template for a big newspaper online.
This site is very huge, ported from Joomla and we have to work on for few weeks.
In order to not stop the work of the authors, we have to put it online very soon.
We are able to show the author on the posts page but to disable the href, just for some days.
Which file we have to modify?
Thanks,
Caronte.

Post count: 23312

Hello Caronte,

You should use such a bit of CSS code to disable the href effect, using the code below and place it in Theme panel -> Custom CSS area.

.td-post-author-name a {
pointer-events:none;
}

The result is here -> https://www.screencast.com/t/xgCDQQ23VJ

Thanks for your understanding!

Post count: 5

Hello Catalin,
thanks to your help I solved in few seconds my problem.
You are a tremendous professional!
Thanks again,
C.

Post count: 23312

Hello Caronte,

I am glad that I can be helped you.

Thanks for your feedback!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.