SPrieto
11 years agoExpert
Customizing a css tag not available in Studio
All, How can I change the default color of the spoiler tag on our community? I have been searching thru the css files available to me in Studio and I cannot find where that parameter is set. ...
- 11 years ago
Along with what grazitti said, you should try writing css so that it's specific to that particular link vs changing the color of links throughout the community. You'll need to write something like;
#lia-body .lia-content .lia-spoiler-container a.lia-spoiler-link {color:#FFFFCC;}
Hope that helps