Notifications
Clear all
How-to and Troubleshooting
7
Posts
2
Users
1
Likes
187
Views
Sep 11, 2022 3: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.
wpForo Version
2.0.7
WordPress Version
6.0.2
6 Replies
Sep 11, 2022 4:07 pm
Sep 11, 2022 5: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; }