- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2022 09:28 PM
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.
Solved! Go to Solution.
- Labels:
-
Knowledge Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2022 08:00 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2022 08:00 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2022 09:11 PM
Perfect! That worked, thank you StarK, regards.