How can I cutomize links based on category

Posted in: Newspaper
Post count: 91

Hello.

Is there a way to customize Links inside the post based on category?

Example: Category = Sports: All links INSIDE the posts will be GREEN. Category = News: All links inside the post will be RED

Thank you

Post count: 35449

Hi,

In order to do that you need to use custom css
here you can see an example -> https://www.screencast.com/t/sSLrCVNOhS
.single .category-street-fashion .td-post-content a {
color: red;
}

Hope this will help you!
Thanks.

Post count: 91

Hey, Calin.

Thanks for your help.

I trying to do it with Cloud Library.

It works when I set without category: http://prntscr.com/n55coq

But dont work when I set the category: http://prntscr.com/n55dl6

I dont Know what I’m doing wrong. Can you help me?

Example post: https://livecoins.com.br/analista-explica-como-bitcoin-chegara-em-us-55-mil/

Post count: 35449

Hi,

Unfortunately the above solution is working only with default templates, there appear the category op post -> https://www.screencast.com/t/g4OLPlj3EM if you are using cloud templates you can not achieve this only with css, you’ll need to use some custom java-script.

Thank you for your understanding!

Post count: 91

Hello. Calin. Thank you.

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