- Joined
- Mar 11, 2022
- Messages
- 3
- Points
- 1
Reputation:
I am desperate, how can I change the color of the categories?
- Joined
- Oct 18, 2019
- Messages
- 250
- Points
- 253
Reputation:
- By Ayon
I am desperate, how can I change the color of the categories?
CSS:
.block-header::before, body[data-template="thread_view"] .p-body-header::before, body[data-template="forum_view"] .p-body-content .block-container::before, .p-header::before, .message--quickReply::before {
background-image: linear-gradient(to right, #d90a0a 0%, #ed0000 50%, #f00 100%);
background-blend-mode: overlay;
background-size: 600px;
}
- Joined
- May 31, 2022
- Messages
- 166
- Points
- 28
Reputation:
CSS:.block-header::before, body[data-template="thread_view"] .p-body-header::before, body[data-template="forum_view"] .p-body-content .block-container::before, .p-header::before, .message--quickReply::before { background-image: linear-gradient(to right, #d90a0a 0%, #ed0000 50%, #f00 100%); background-blend-mode: overlay; background-size: 600px; }
BattleKing
Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
- Joined
- May 24, 2020
- Messages
- 3,529
- Points
- 523
Reputation:
- By BattleKing
Where the hell do you add this? Some more explanation would be usefull