Home › Forums › WoodMart support forum › Problem with variable product › Reply To: Problem with variable product
atsvetanova12
Thank you very much for your cooperation! I tried but this hides the text of all the attributes, I remembered that I can attach pictures to replace the attributes with, but they don’t render. I apply css
the code i tried to do it with.
.single-product table.variations td.value.label-attribute-functions {
pointer-events: none;
cursor: not-allowed;
opacity: 0.5
.single-product table.variations th.label.cell:contains(“Brand”),
.single-product table.variations th.label.cell:contains(“Color furniture”),
.single-product table.variations th.label.cell:contains(“Color sink”),
.single-product table.variations th.label.cell:contains(“Functions”),
.single-product table.variations th.label.cell:contains(“Modules”),
.single-product table.variations th.label.cell:contains(“Size”) {
display: none;
}
.single-product table.variations td.value.label-attribute-brand:after {
content: url(https://orka.bg/wp-content/uploads/2023/10/%D0%B0%D1%82%D1%80%D0%B8%D0%B1%D1%83%D1%82-%D0%BC%D0%B0%D1%80%D0%BA%D0%B0-300×300.png);
}
.single-product table.variations td.value.label-attribute-color-furniture:after {
content: url(https://orka.bg/wp-content/uploads/2023/10/%D0%B0%D1%82%D1%80%D0%B8%D0%B1%D1%83%D1%82-%D1%86%D0%B2%D1%8F%D1%82-%D0%BC%D0%B5%D0%B1%D0%B5%D0%BB-300×300.png);
}
.single-product table.variations td.value.label-attribute-color-sink:after {
content: url(https://orka.bg/wp-content/uploads/2023/10/%D0%B0%D1%82%D1%80%D0%B8%D0%B1%D1%83%D1%82-%D1%86%D0%B2%D1%8F%D1%82-%D0%BC%D0%B8%D0%B2%D0%BA%D0%B0-300×300.png);
}
.single-product table.variations td.value.label-attribute-functions:after {
content: url(https://orka.bg/wp-content/uploads/2023/10/%D0%B0%D1%82%D1%80%D0%B8%D0%B1%D1%83%D1%82-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D0%B8-300×300.png);
}
.single-product table.variations td.value.label-attribute-modules:after {
content: url(https://orka.bg/wp-content/uploads/2023/10/%D0%B0%D1%82%D1%80%D0%B8%D0%B1%D1%83%D1%82-%D0%BC%D0%BE%D0%B4%D1%83%D0%BB%D0%B8-300×300.png);
}
.single-product table.variations td.value.label-attribute-size:after {
content: url(https://orka.bg/wp-content/uploads/2023/10/%D0%B0%D1%82%D1%80%D0%B8%D0%B1%D1%83%D1%82-%D1%80%D0%B0%D0%B7%D0%BC%D0%B5%D1%80-300×300.png);
}
Sorry for the long post, but this site needs to be shut down now, and it can’t happen without these options.