To further customize the look and feel of our widgets, you would need to overwrite our default CSS styles either with inline styles such as the following to edit Lightbox styles:
<style>
.ps-lightbox-container.ps-lightbox-theme-modern .ps-product-cta {
background-color: green !important
}
</style>
Or in the following way for styles related to non-lightbox components:
<style>
ps-widget[data-config="PASTE YOUR WIDGETID HERE"] .ps-image {
border: 2px solid red !important;
}
</style>
Note: The Photoslurp logo and all trademarks may not be removed from any widget without the prior permission from Photoslurp. Otherwise, the functionality of the Lightbox will be affected (the modal that opens when clicking on the images). Our widgets detect if the logo has been hidden in the lightbox preventing its opening.
If you have any questions or need any help with the installation, contact us at support@photoslurp.com and someone from our tech team will get back to you