Categories post link disable?!

Posted in: Newspaper
Post count: 13

Hi, is it possible to disable link in specified category’s post tittle?

In this page:
https://vakarinepalanga.lt/category/skelbimai/

Post count: 35449

Hi,

Unfortunately there is no setting in our theme for this, sorry! this can be achieve with custom code, or maybe even with custom css, please provide some more details, in this way I will know if I can help you!

Thank you for your understanding!

Post count: 13

I need to disable links in all posts in category skelbimai which has 7 subcategories(need to be disabled too)

Post count: 35449

Hi,

Please try this custom css
body[class*="skelbimai"] .td-module-title a{
pointer-events: none;
cursor: default;
}

This code need to be set in Theme panel> Custom code> Custom css

Thank you!

Post count: 13

Thank you very much! It works.
Maybe its also disable post link for news ticker? preview

Post count: 18283

Hello !

Unfortunately that option is not available with Newspaper Theme.

We are sorry for the inconvenience !

Thank you !

Post count: 13

Maybe with custom css its also possible to hide related posts block in category ‘skubus-skelbimai’ ? Thanks!

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