Hi,
How can I change the blue color of the links that appear in this module by the gray color. (see attached)
Thanks,
Vladimir
auditool Hi All Guru color links are in blue, you can add this code in template custom.css file
a, #guru-component .uk-link { color: #07D; }
Change the color code as per needs.
Regards