This topic has 2 replies, 2 voices, and was last updated 4 weeks, 1 days ago ago by Tony Rodriguez
hi,
the button to close images in product reviews does not appear.
we receive complaints from users every day. we ask for your support to fix this.
We want there to be a big button with a background like this. https://snipboard.io/3pE6wP.jpg
Hello, @Recep,
Thank you for contacting us and for using XStore.
Please try adding the following CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
@media only screen and (max-width: 767px) {
.et-lightbox-opened button.mfp-close {
display: block !important;
color: #fff !important;
background-color: black !important;
border-radius: 5px !important;
}
}
We hope this helps. Should you require any further assistance, please do not hesitate to reach out. We are here to help you.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up