Totara Talent Experience Platform Open Discussions

Font Color of course name in Featured links block

 
Pinky Garrido
Font Color of course name in Featured links block
de Pinky Garrido - Sunday, 30 de January de 2022, 20:47
Grupo Partners

Hi,


Does anyone know how to revert the font color of the course name in the Featured links block?



They were originally white but turned black.


Thank you!

Dave Wallace
Re: Font Color of course name in Featured links block
de Dave Wallace - Monday, 7 de February de 2022, 14:05
Grupo Totara

Using either a custom Theme or the custom CSS settings for a currently applied Theme, you can override the colour value for that title. The specific CSS selector you need is:


.block-totara-featured-links-layout>div .block-totara-featured-links-content h3 {

  color: yourNewColor;

}


If you also need to target more selectors, your best option is to use a tool like Firefox or Google Chrome devtools "Inspect Element" on individual elements, to find their selectors, and then change values from there.

Cheers,

Dave