Home › Forums › WoodMart support forum › Attribute terms are not showing border. While color not at all visible. › Reply To: Attribute terms are not showing border. While color not at all visible.
harshwe
Hello Luke,
7. Yes, this worked. Thank you 🙂
9. How to show swatches (color) in square shape, just like it is displaying for Size. As with round shape, it gets cuts from all 4 corners, and hence, showing smaller comparatively.
9.a. How to show slightly bigger swatch icons in shop page (showing below product image)
https://i2.paste.pics/FCWEK.png
9.b. I used below CSS to make the BG color of Quick icons, bit transparent for Wishlist, Quick View, Compare. So that product image be partly visible from behind these icons. And not obstruct it completely.
.wd-buttons.wd-pos-r-t {
background-color: rgba(255, 255, 255, 0.6);
}
Is this the correct one. Will it work everywhere, wherever product grid is showing with these icons, on top on.
10. Quick View is not showing up the “Below or After Cart” html code or data. How to make it appear, in Quick View also.
10.b. Quick view is not showing up Video icon, on Main image (for a product having video). Just like it is showing up Single product page. How to enable the video icon on Main image, in Quick View.
10.c. In mobile, the Quick view icon itself, is not showing up at all, for this Demo. How to make this enable, for this demo and product style itself.
Regards