Change Background of 'Watermarks dont appear...' message in cart

dedricramseyphotodedricramseyphoto Registered Users Posts: 13 Big grins

I'm trying to change the background of this message, its white, but my site has a dark theme, so Id like to change the background to something a little more suitable (like my accent color). The code I have figured out only changes the background a small section of the banner, not the whole thing:

.sm-user-ui .sm-banner[data-type="info"] p {
font-weight:700;
color: #1f1f21;
background-color: #ffbf18;
}

Comments

Sign In or Register to comment.