ContributionsMost RecentMost LikesSolutionsRe: Changing color of linked text Thank you so much, Tyson! It worked :) Re: Changing color of linked text Okay, so I aded .event-link { color: #47B7E6;} into Community style and it didn't change the color. Any ideas? Thank you for all of your help! Here's a screenshot from inspecting the element: Re: Changing color of linked text That makes sense, I'll try it! Re: Changing color of linked text Hi there! Thanks so much for your help! I tried out the code below and this was the result. Any idea what I need to fix? <b><big><a class="event-link" href="http://www.glass-community.com/t5/custom/page/page-id/US.Events">US Explorer Events Calendar</a><b> <a class="event-link" href="http://www.glass-community.com/t5/custom/page/page-id/UK.Events">UK Explorer Events Calendar</a> .event-link { color: #FF69B4; } Re: Changing color of linked text Hi there, Thank you for your response! You lost me a little bit on the part about assinging tags. How would this look in css? Could you share an example? Changing color of linked text Hello! I've added clickable text to a custom page and it is not displaying the same color as other clickable text. Below is my HTML code, where would I add code to change the font color? <b><big><a href="http://glass.stage.lithium.com/t5/custom/page/page-id/US.Events">US Explorer Events Calendar</a> <b><a href="http://glass.stage.lithium.com/t5/custom/page/page-id/UK.Events">UK Explorer Events Calendar</a> SolvedCreating a Custom Page in Lithium Studio What html code would I use to add padding to a custom content module so that I can increase left and bottom margins? Also, words in custom module are currently stacked and I would like them to be side by side. Any suggestions for how to do this? Here is the custom content: Re: Adding CSS to make clickable text blue Hello there! Looks like the code below has already been added in "Basic Styles Override Begin" .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, .lia-body .lia-content .lia-message-body-content a:visited{ color: #47B7E6;} I changed .lia-body to #lia-body but it didn't change anything. Any suggestions? Re: Adding CSS to make clickable text blue 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;} Re: Adding CSS to make clickable text blue Thanks! I added into the skins, but it didn't update the color...perhaps after the push?