Hi,
I have two changes to make on the Single product page and I can’t do it.
1. Changing the background color of the attributes in the “Additional Information” area – I managed to add a css code with chat.openai, but it leaves me with empty spaces – I have attached an image for example.
https://magurban.ro/produs/stalpi-lemn-gard-netratati-diametru-12-cm/
the added code is this:
.woocommerce-product-attributes-item:nth-child(odd) {
background: white !important;
color: black !important;
}
.woocommerce-product-attributes-item:nth-child(even) {
background: #f0f0f0 !important;
color: black !important;
}
2. I want to change the background color from similar products – from the Single product page area – I managed to add a css code with chat.openai but it leaves me empty spaces – I have attached an image for example, I want the entire area from SIMILAR PRODUCT on the single product page should be colored.
the added code is this:
div.container.related-and-upsells {
background-color: #f8f8f8; /* culoarea fundalului */
}
Thank you
Attachments:
You must be
logged in to view attached files.