I’ve bought the ws-sweety theme for wordpress, after optimizing the theme:
1. I’ve added a few products to woocommerce but it seems the products short description is displayed twice. I’ve looked online on how to fix the problem. It seems that one solution would be to add some code to the CSS, eg:
.woocommerce-variation-description {
display: none;
}
I've tried but when adding it to Appearance - Customize - Aditional CSS, I get this error:' Looks like something’s gone wrong. Wait a couple seconds, and then try again.'
2. The widgets footer is not displayed on Firefox or Crome, while displayed Opera.
Thanks for your help.
Thank you for your info, can you send me your site URL to check?
Hi,
I checked issue (1) and it’s solved.
for issue (2): do you means it’s this area of footer widgets above? https://monosnap.com/file/BRZgya5UBNzIf6BYys5uFNZwVKMKd6
Please find enclosed screenshots for issue 1 and 2
issue 1 – https://monosnap.com/file/3Cccw0txMaMeYLLQfz4003axOM7aYI
issue 2 – https://monosnap.com/file/tMPdinaUAcw4pFV2c3WlvGkVFbWacE
Thanks
Hi,
1/ Please just add more CSS
body.single-product header.entry-header h1.entry-title {
position: relative;
top: -30px;
}
.woocommerce-product-details__short-description {
display: none;
}
2/ Please see https://monosnap.com/file/t5x7HKAQqSnLBilF1Flpjs2v9mZHdo
I’m using Chrome and it’s working well, I also tested with Safari, Firefox, both work well.