Change hyperlink colour for knowledge articles via Portal view

Winnie P
Mega Sage

Hello All,

How do you change the hyperlink colour for Knowledge articles via portal view ie our colour is currently green but would like to change this to blue, is this an easy task to do? If so please advise how to? I have read some posts but they have not really helped.  This change would also need to be applied to all our knowledge articles (approximate 1,000 + articles).  Thank you.

find_real_file.png

1 ACCEPTED SOLUTION

Shruti
Mega Sage
Mega Sage

Hi,

Navigate to Service portal - > Portals
Open your portal -> Theme

Update CSS variable $brand-primary-darker 

$brand-primary-darker: blue !default;  //replace blue with desired color code

View solution in original post

2 REPLIES 2

Shruti
Mega Sage
Mega Sage

Hi,

Navigate to Service portal - > Portals
Open your portal -> Theme

Update CSS variable $brand-primary-darker 

$brand-primary-darker: blue !default;  //replace blue with desired color code

Perfect! That worked, thank you StarK, regards.