Disable sticky product just for one product
-
Hello,
1 – How can I disable “sticky product” just for one product?
2 – How can I change the color only on the arrows in the short description as shown in the attached file?
Thanks in advance!
Attachments:
You must be
logged in to view attached files.
Hello,
It is not possible to set such configuration only for one page. This can be changed for all the pages.
Best regards
What about my second question?
Hello,
I thought you meant both questions for single products. Please provide your page URL so that I could provide you with custom CSS
Best Regards
Hello,
Thanks for the fast reply. I have put below a link to the web page.
Regarding the disabling of sticky product on just one product – I asked because I saw you have done the opposite thing – you had enabled it on a single product. That is why I assumed that it can also be disabled.
Unfortunately, there is no option to disable it for one product only. Our demo works with different options on different pages but it is only for demo purposes.
OK, thanks. Could you please then just provide me the CSS code for the color of the arrows. I have provided URL in my last reply.
Hello,
Please add this code to the Theme Settings > Custom CSS:
body .woocommerce-product-details__short-description > ul > li:before{
color:#000000;
}
Best Regards