Home › Forums › Space themes support forum › Change some element positions in single product › Reply To: Change some element positions in single product
March 16, 2022 at 8:18 am
#361253
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.xts-single-product-brands a {
pointer-events: none;
}