Is there anyway to change the style of the pinned topics in the topic list?

There are two added classes to pinned topics in the topic list:

has-excerpt pinned

how can one change the style of these topics using these two styles? e.g. use larger fonts for the topic title in the topic list, or changes background color.

Something like this should work

.topic-list .pinned {
  background: red;
  .link-top-line {
    font-size: 1.5em;
  }
}
6 Likes

Thanks :heart:

I tried several ugly combinations (containing tr) and none had worked!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.