Remove Related Post Links

Posted in: Newspaper
Post count: 28

Any idea to remove the link in the related post title? Just in the title, not the image. https://www.screencast.com/t/b7oP6RtnBzDU

Post count: 23312

Hello Febrow,

You should try using the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td_block_related_posts .td-module-title a{
pointer-events:none;
}
.td_block_related_posts:hover .td-module-title a{
color:inherit;
}

Thanks.

Post count: 28

Thanks! It works!

Post count: 28

OOT: any idea to expand related articles to 5 – 10 row? Thanks

Post count: 23312

Hi Dom,

Notice that all of the available settings for Related Articles can be found here -> https://www.screencast.com/t/xyBDxZGP4 If you want other settings, notice that you should implement it yourself through the code because we cannot provide custom services at the moment, sorry!

Thanks for your understanding!

Post count: 28

Which file that setup the related article anw?

Post count: 23312

Hello Dom,

You should edit the td_block_related_posts.php and add there such a custom code for your desired functionality, like this -> https://www.screencast.com/t/k21FFI4Xb If you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!

Thanks.

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