BubbaUsesForums

Well-Known Member
I'd like to add some color and underline the hyperlinks in my forum.

Would I just add the code below directly to extra.less, or is there something in the Style Property that I should change instead?

Code:
.XenBase .block--messages .message .message-content a {
    color: #6d6befd4;
    text-shadow: 0px 0px 0px #9c3434;
    text-decoration: underline;
}

I tend to jam everything in extra.less these days, and I'm not sure if it's the best code practice, or if there's a better way of doing it....

Thanks!
 
You can use the Style properties -> Messages -> Message links to add custom styling if you'd like.

Extra.less is totally fine as well, I typically prefer style properties where they exist but extra.less is perfectly acceptable.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back