Change Background of 'Watermarks dont appear...' message in cart
dedricramseyphoto
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;
}
0
Comments
Did you miss this when I replied yesterday: https://dgrin.com/discussion/261438/change-watermark-message-on-purchase-screen#latest
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
I sure did! Thanks, that worked perfectly!