Jump to content

(NB40) Separate Pinned Topics

Featured Replies

Hi,Is it possible to have top 5 pinned topics in 5 different colours?

  • Replies 101
  • Views 13k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • newbie LAC
    newbie LAC

    Maybe. That was in the last year. I can't reproduce on 4.1.14.2. Maybe a poster has custom css rules which overrided a background.

  • newbie LAC
    newbie LAC

    Hello, Tested on 4.2.1. Works fine

  • I was going to post to saying "so you have to buy the mod again?" but then I started thinking. IPB v4 is a completely new coding, which means all the addons have to be re-written. So of course they sh

Posted Images

On 11/7/2021 at 8:39 PM, Mark Round said:

Hi,Is it possible to have top 5 pinned topics in 5 different colours?

 

.nbPinnedPin + li {
	border:1px solid black;
}
.nbPinnedPin + li + li{
	border:1px solid green;
}
.nbPinnedPin + li + li + li{
	border:1px solid red;
}
.nbPinnedPin + li + li + li + li{
	border:1px solid yellow;
}
.nbPinnedPin + li + li + li + li+ li{
	border:1px solid black;
}

Edited by Nathan Explosion

Recently Browsing 0

  • No registered users viewing this page.