Resource icon

Sticky thread simple styling

Compatible XF 2.x versions
  1. 2.0
  2. 2.1
Customising the look of the stickies 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;}...
You do not have permission to view the full content of this resource. Log in or register now.
Related resources
Author
Mr Lucky
Views
2,788
First release
Last update

Ratings

5.00 star(s) 3 ratings

More resources from Mr Lucky

Latest updates

  1. Adding a title to the block of stickies

    I didn't even think this would be possible, but this seems to work nicely...

Latest reviews

Worked very well - for a lighter style I used :

Background:
{background:#CBCDD5;

and for the text:
{color:#0C268C}

Also, handy CSS Color Code picker:
https://www.quackit.com/css/css_color_codes.cfm

Thank you very much.
:-)
Easy edit and does what it needs to do :) Took me less than 5 minutes to implement. Thanks for sharing.
This worked perfectly for me on XF 2.0 Thank you so much for taking the time to help out and post this to the resources.
Top Bottom