Comment
08-25-2025
10:02 AM
08-25-2025
10:02 AM
I had the same issue with background color of request cards appearing red. I fixed that by adding a short CSS Include to my current portal theme:
.request-card-widget .request-card {
background-color: var(--now-color_background--primary, #fff) !important;
}