devillian

Customer
I purchased the resource addon and inside the descriptions where you add your resource my link/url color is a light grey, which is almost the same color as my regular text. Where can I change the color of the urls?
 
When I'm in the edit mode it shows the orange url color like this (this is what you see while you are in editing mode)

edit-mode-correct.png


However, after I submit the info it changes to look like this (this is what you see when you come to view the description)

edit-mode-incorrect.png
 

Attachments

  • edit-mode-correct.png
    edit-mode-correct.png
    3.6 KB · Views: 7
We realized we missed the link colors in certain areas. This in extra.less should help:
Code:
.bbWrapper a { color: @xf-linkColor; }

We're making a change for the next release.
 
Actually, I think you might need to use a specific hex for Evolve:

Code:
.bbWrapper a { color: #cb7808; }

I see the CSS is loading, but it's inheriting the other link colors which doesn't work well in this case.
 

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