Hello, World!
So I'm working with the Open Data 2.0 environment and think I've run into a snag. I'm attempting to change the color of the 'Link Text' in the Category Card. It looks like the text is defined internally by the application to be #4d4d4d and is not inheriting this from anywhere in the configuration pane nor is it configurable in the GUI. If I change the hex code in this field via dev tools, it shows the color I want (white (#fff)), so this is the correct csss class.
In the configuration GUI, I have tried using <p class> <div class> <style> and <text> classes to wrap the text in the 'Link Text' field and define the color as #fff (white), but with no luck.
Has anyone had luck with this?
Cheers,
A