Fastline Active member Sep 3, 2018 #1 Is there any way to make the sticky threads to bold? I'm using XF 2.0.x
C Case Well-known member Sep 3, 2018 #2 Adding this to extra.less should do it Code: .structItemContainer-group--sticky .structItem-title { font-weight: 700; } Upvote 0 Downvote
Adding this to extra.less should do it Code: .structItemContainer-group--sticky .structItem-title { font-weight: 700; }
Fastline Active member Sep 3, 2018 #3 Case said: Adding this to extra.less should do it Code: .structItemContainer-group--sticky .structItem-title { font-weight: 700; } Click to expand... It works like a charm. Thanks a lot Any idea to make the visited links to another color. I want it only in the posts not everywhere. Also any idea to mark the sticky thread authors to be bold as well? Upvote 0 Downvote
Case said: Adding this to extra.less should do it Code: .structItemContainer-group--sticky .structItem-title { font-weight: 700; } Click to expand... It works like a charm. Thanks a lot Any idea to make the visited links to another color. I want it only in the posts not everywhere. Also any idea to mark the sticky thread authors to be bold as well?