문제

I wish to hide this information, because it is useless :

enter image description here

도움이 되었습니까?

해결책

You can just hide using CSS.

Put this code you css file

.swatch-attribute-label { z-index: 99999;}
.swatch-option-tooltip {    max-width: 0px !important;    max-height: 0px !important;    overflow:hidden;    min-height: 0px !important;    min-width: 0px !important; border:none !important;    background:transparent !important; 
}

OutPut:-

enter image description here

Hope this help you

Thanks ...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top