Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
How-to and Troubleshooting
3
Posts
2
Users
1
Reactions
682
Views
Dec 11, 2023 4:50 am
Hi, is there a way how to change the color of the Spoiler Title?
2 Replies
Dec 11, 2023 11:57 am
Hi @forummember,
.wpf-spoiler-title {
color: red !important;
}
You need to add this css code into the Dashboard > wpForo > Settings > Colors & Styles > Custom CSS Code
Don't forget to change the color code marked in red to the desired color code.