1 Answers
To resolve this issue, you can add the following code to the Header Code ( Dashboard > Customize > Custom Code):
<style>
.block .view-pic .mask, .block .view-product .mask { background-color: rgba(192, 130, 189, 0.8); }
.block .view-pic:hover .mask, .block .view-product:hover .mask { opacity: 1; }
</style>
Hope this helps !
Thanks! it worked
Please login or Register to submit your answer