- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 07:08 PM
Hi
I have create a content publishing for the ESC home page on the portal, and I have added a primary button which should navigate to a link on click. But I think by default the background of the button is blue but would like change the color. What are the best ways to do it.
Thank You
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 09:38 PM
Navigate to Service portal-> Pages
Open 'ec_pro_home'
Add below to page specific CSS section
.btn-primary{
background-color: red !important; //replace red with new color code
border-color: red !important; /replace red with new color code
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 09:38 PM
Navigate to Service portal-> Pages
Open 'ec_pro_home'
Add below to page specific CSS section
.btn-primary{
background-color: red !important; //replace red with new color code
border-color: red !important; /replace red with new color code
}