How-to and Troubleshooting
3
Posts
2
Users
1
Reactions
472
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.