Change Add To Cart in Lightbox
NostalgicDad
Registered Users Posts: 260 Major grins
Still playing in the sandbox before unveiling. I've changed the text on the Add To Cart button on my entire site but the button while viewing an image in Lightbox is not changed. I recall seeing some code specifically for that but for the life of me I cannot find it in any searches. Can anyone point me in the right direction?
0
Comments
-Danny
dannyberryphotography.com
Facebook
Instagram
Twitter
-Danny
dannyberryphotography.com
Facebook
try this
.sm-lightbox-buy-button {
background-color: green!important;
border-color: #fff!important;
color: #fff;
font-size: 40px;
}
When editing your site, try not to use !important as this may cause issues if you try to change your site later. Instead try adding .sm-user-ui to the front of you CSS as seen here: http://www.smugocity.com/FAQ/Important
Cactus,
You will likely need to add your Lightbox CSS Code to a CSS Block for your Entire site. You can also see how to remove the Add To Cart Button from your Lightbox View Only Here: http://www.smugocity.com/CSS/Lightbox/Add-To-Cart-Lightbox