AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
7
Posts
2
Users
1
Reactions
2,897
Views
Sep 11, 2022 7:29 pm
Hello,
As the topic says, How can we change the colour of a Spoiler Title ?
For Example :
Spoiler
Hello
This is an example
How to change the colour of Spoiler Title Hello, Because If we change it with the formatting buttons, the whole Spoiler section gets hidden.
Thank You.
6 Replies
Sep 11, 2022 8:07 pm
Sep 11, 2022 9:11 pm
#wpforo #wpforo-wrap .wpf-spoiler-wrap .wpf-spoiler-title {
color: #ff0000;
}
#wpforo #wpforo-wrap .wpf-spoiler-wrap:nth-of-type(2n) .wpf-spoiler-title {
color: #ff9900;
}
#wpforo #wpforo-wrap .wpf-spoiler-wrap:nth-of-type(3n) .wpf-spoiler-title {
color: #17a2b8;
}