XF 2.2 i'd like set thread list bold

jamalfree

Active member
i'd like set thread list bold for read or unread
 

Attachments

  • Screenshot_2022-06-01-03-45-29-164_com.android.chrome.webp
    Screenshot_2022-06-01-03-45-29-164_com.android.chrome.webp
    54.6 KB · Views: 5
Solution
then all threads will look the same, but here's how to achieve this:

CSS:
.structItem--thread .structItem-title {
    font-weight: 700;
}
then all threads will look the same, but here's how to achieve this:

CSS:
.structItem--thread .structItem-title {
    font-weight: 700;
}
 
Solution
Top Bottom