How-to and Troubleshooting
7
Posts
2
Users
1
Reactions
636
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.
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; }