Jump to content

Colored topic titles

Featured Replies

Posted

Hallo. I would like to color some of the topics on my board to make them more visible. Ive searched the ACP and googled for some widgets (found one, but for the IPB 3.x) with no results. I tried with simple html code:

<p style="color:#0000FF">topic name</p>

It works with category names, but sadly, not with boards topics. 

Does anyone here have an idea about how to color IPB4 topics?

Any help will be greatly appreciated! 

[data-forumid="95"] .ipsDataItem_subList > li:nth-child(4) a {
    color: red;
    font-weight: bold;
}

95 - ID category 

4 - ID sub-category

  • Author

Thanks a lot! Just one more simple question - where am I supposed to paste that code? 

4 minutes ago, angle4cor said:

Thanks a lot! Just one more simple question - where am I supposed to paste that code? 

Edit your template and paste it in custom.css

  • Author

 

41 minutes ago, bicek95 said:

[data-forumid="95"] .ipsDataItem_subList > li:nth-child(4) a {
    color: red;
    font-weight: bold;
}

95 - ID category 

4 - ID sub-category

 

Okaaay. Isnt that code only about coloring categories and sub-categories? Thats not what Ive been asking for.

How about coloring the boards topics? Is it even possible on IPBoard?

There is no such plugins or anywhere I have not seen.

You can also outsource this to someone

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.