I've been struggling to modify the background color of a dropdown button, but no method seems to work. I've attempted changing it by using ID, removing its class and applying a new one, and even using !important to override the styles, but the background color remains unchanged. Interestingly, the button does not show up in the code, but it does appear in the DOM with the class '.btn-secondary'.
If anyone has any suggestions on how to successfully change the color to #ff3838, I would greatly appreciate it.
.btn-secondary {
background-color: #ff3838;
}
For reference, here is the link to the issue: