Forum Discussion

SPrieto's avatar
SPrieto
Expert
11 years ago

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.   ...
  • MoniqueL's avatar
    11 years ago

    Along with what 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