I'm having trouble overwriting an !important tag for background-color and color. Here's what I'm given:
The native greens already seem to be overwriten but I need a different color. If I add my custom CSS the ways I read in this forum, it's not getting the high enough specificity, apparently. Could someone correct me, please?
.ccb-wrapper-148669 .calc-buttons .calc-btn-action {
background: #8c76af !important;
color: #000 !important;
}
I tried changing specificity and using a Javascript snippet but obviously, a wrong way...
From the screenshot you've shared, it seems the selectors you're using might not be targeting the right element to change the existing styles.