Home › Forums › WoodMart support forum › How add Wishlist icons on mobile version › Reply To: How add Wishlist icons on mobile version
December 21, 2017 at 10:35 am
#29915
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
div.wrapp-header .woodmart-wishlist-info-widget {
display: block;
}
Regards