lilim
10 years agoBoss
Update CSS for Accepted Solution info header
Hi everyone,
I'm working on implementing the new accepted solutions info header, and I have to update the CSS for it to remove the background color and change the text color.
Before:
After:
Updated CSS below:
/* Accepted Solution info header */ #lia-body .lia-content .lia-component-solution-info:after { clear:both; content:"."; display:block; font-size:0; height:0; line-height:0; visibility:hidden; } #lia-body .lia-content .lia-component-solution-info { color:#333333; margin-bottom:10px; padding:10px; } #lia-body .lia-content .lia-component-solution-info .solution-header-left { float:left; font-size:14px; font-weight:bold; color:#397739; text-transform:uppercase; } #lia-body .lia-content .lia-component-solution-info .solution-header-left .solution-icon { padding:5px; } #lia-body .lia-content .lia-component-solution-info .solution-accepter { float:right; font-size:11px; } #lia-body .lia-content .lia-component-solution-info .solution-accepter a { font-weight:bold; }
However, I'm having trouble with where to update the CSS in Studio. I already tried the following locations, but it did not work when I pasted the above into the editor.
Community Style > CSS > Our Current Skin > Skin CSS
and
Community Style > CSS > Our Skin > desktop > Skin CSS
Any help is appreciated. Thank you! :cathappy: