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 */
}
I opened another ticket on this topic but it was closed before it was resolved.
I have privately sent the login data for verification.
Post Link: https://u25683450.ct.sendgrid.net/ls/click?upn=u001.nn1noR1hCN3dbvKmHW7kRDxT31hjSaSSvaJT-2Biv8VimzSy87ShCMZPJuKV2pXoJPDyJpZD-2Fs4O2Fqf0kb8g-2BYS2-2BpOsb0TX5LiWD6kEDv6Gd9gNNG0MecWH1Q50Q1GkXPvyhp2IQd2vMN5IK5u3NZIeV9zYrOenrO0zJd92saGJF2Nh2yi-2FaR7l5duBdLL7XCbeh_M7561dTk8oPSP7-2FkK3w4hQsSHO60A0nvWBaaqtqzx0cwqvLu-2FQYBpN6mkthwn9t9z4EXnr6RJJx5fOlEsneQ6xeQ7CDTV-2Bk-2BTbrWupSwQYogpLH5UD-2FNEOwwwDJSiP-2BEl6L2Ux6JhhPbvszpPh8vtCJvrXpS0gnKFChX-2FtqLIHFnUBDzMbE0CjaUkXMp7HJ1JYAfgQx30jz-2Bgx5LXHR29A-3D-3D
Attachments:
You must be
logged in to view attached files.