Forum Discussion
Inactive User
12 years agoYou'd put it in your skin's CSS. In Studio, that's underneath the 'Community Style' tab. Click the 'CSS' tab and then expand your skin from the list on the right and click 'Desktop'. Put it in the editor.
I think there's a Lithium Tutorial out there. A Lithium person is going to have to provide a link to that though. I don't have it offhand.
bsamson
12 years agoAdept
Thanks! I added into the skins, but it didn't update the color...perhaps after the push?
- Inactive User12 years ago
Push shouldn’t matter as long as the skin is saved. The main thing is to override any class name/ selector that’s currently on the link you’re trying to style.
- bsamson12 years agoAdept
I added the following CSS at the very bottom of the CSS Skins:Desktop and nothing changed on Stage or Production. Any suggestions?
.lia-body .lia-content .lia-message-body-content a,
.lia-body .lia-content .lia-message-body-content a:link,
.lia-body .lia-content .lia-message-body-content a:hover,
.lia-body .lia-content .lia-message-body-content a:active,
.lia-body .lia-content .lia-message-body-content a:focus{ color: #47B7E6;} .lia-body .lia-content .lia-message-body-content a:visited{ color: blue;}- NicoB12 years agoLithium Alumni (Retired)Hi @bsamson,
can you check in the "Versions" tab that the latest version has been staged? Also I would check whether the style you added in the skins are actually present in the CSS file generated by Lithium when you load the community in the browser.
Nico