- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2023 05:49 PM
Hi,
Please how to change "Browse IT" button color ?
Thank you for your help
Regard
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 10:31 AM
Hello @Chahrazed Kacho ,
For this u need to add CSS_Variables inside portal configuration.
Go to Portals-->url_suffix(esc) in CSS_variables add CSS like below SS:-
@Sheh , please mark my answer as accepted solution and helpful. If it is works for you.
Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 10:31 AM
Hello @Chahrazed Kacho ,
For this u need to add CSS_Variables inside portal configuration.
Go to Portals-->url_suffix(esc) in CSS_variables add CSS like below SS:-
@Sheh , please mark my answer as accepted solution and helpful. If it is works for you.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 02:50 PM
Hi
Can you please show me where ?
Thank you.
Regard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 03:07 AM
@Community Alums Hi, we have a similar situation, what if we wanted to change the colour of the text itself, so for e.g. changing the 'Browse IT' text colour to black
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 03:16 AM
please ignore we resolved:
.btn-primary {
background-color: #AE0055;
color: #ffffff; /* This sets the text color to black */
}