lub0112

Customer
Basically before I updated to the latest version of zipped , my bbcode quote header had white links in it , but since the update its inherited the default forum text link color

I've tried to change it in the properties but with no success , as you can see I have a white background so I can't change the default link color

any suggestions or code for extra.less that would make it white again

Screen Shot 2018-03-02 at 08.26.08.png
Screen Shot 2018-03-02 at 08.26.32.png
Screen Shot 2018-03-02 at 08.27.14.png
Screen Shot 2018-03-02 at 08.27.33.png
 
It's inheriting from the new message link property, I've applied a fix for the next patch. For now you can throw this into extra.less:

Code:
.XenBase .block--messages .message .message-content .bbCodeBlock-title a, .XenBase .block--messages .message .message-content .bbCodeBlock-title a:hover {
    color: #FFF;
}
 

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