Please or Register to create posts and topics.

Change background of sticky / pinned topics

Hello 🤗

I would like to change the background color of sticky / pinned topics to differentiate it from the other background colors. Who can please give me a code with #hex for this?

Thank you very much, greetings, Vasilij

Hi @vasilij, try changing these colors:
#af-wrapper .topic-sticky, #af-wrapper .topic-sticky .topic-poster {
background-color: #f1f8ff !important;
border-color: #e1e4e8 !important;
}

Biker has reacted to this post.
Biker

Hi Yworld

Thank you very much for your help. Unfortunately it didn’t quite work (see screenshot).

The second sticky should also be light gray.

Bye for now, Vasilij 🤗

Uploaded files:
  • Bildschirmfoto-2024-08-13-um-13.55.56.png

Hi Vasilij (@vasilij) Your style file has a hardcoded color.

Try adding this and change the color to the one you want:

#af-wrapper .topic-sticky {
background-color: #f0ead6 !important;
}

Uploaded files:
  • Screenshot_1.jpg
Vasilij has reacted to this post.
Vasilij