Resource icon

Sticky thread simple styling

Mr Lucky

Well-known member
Mr Lucky submitted a new resource:

Sticky thread simple styling - Background colour and text styling of sticky threads

After trying ALMUSA's sticky thread separator, I went a bit further and decided to try customising the look of the stickies.

This seems to be much simpler than in xf1, the following added to EXTRA.less will change the background colour, font style and font colour of the main text (i.e. the links)

CSS:
.structItemContainer-group.structItemContainer-group--sticky

{background:#000;
font-style:italic;}

.structItemContainer-group.structItemContainer-group--sticky a
{color:#fff}

Read more about this resource...
 
thanks for this! works great, it's easier for users to see which ones are stickies,

unless you are trying to trick them into clicking the sticky

.
.
 
ok im very new to this that's why im asking , how can I implement that into my own threads ? if you don't mind sharing :)
 
Top Bottom