Change background of sticky / pinned topics
Quote from Vasilij on August 12, 2024, 12:28 pmHello 🤗
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
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
Quote from Yworld on August 13, 2024, 6:55 amHi @vasilij, try changing these colors:
#af-wrapper .topic-sticky, #af-wrapper .topic-sticky .topic-poster {
background-color: #f1f8ff !important;
border-color: #e1e4e8 !important;
}
Hi @vasilij, try changing these colors:
#af-wrapper .topic-sticky, #af-wrapper .topic-sticky .topic-poster {
background-color: #f1f8ff !important;
border-color: #e1e4e8 !important;
}
Quote from Vasilij on August 13, 2024, 1:57 pmHi 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 🤗
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:Quote from Yworld on August 15, 2024, 5:40 amHi 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;
}
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;
}