This topic has 6 replies, 2 voices, and was last updated 5 years ago ago by Rose Tyler
hello,
1- i dont have add to cart button on my product page… how can i do please?
2- How can i remove the mention “category” next to the product and ” information complémentaires”?
Thank you
Hello,
Could you, please, provide temporary wp-admin access?
Regards
Yes of course
Hello,
1) The problem is caused by your custom CSS code in Appearance > Customize > Additional CSS area – https://prnt.sc/pltgqy http://prntscr.com/plthdl You need to change or delete it.
2) You can use this code to remove categories from the single products page:
.single-product .product_meta .products-page-cats {
display: none;
}
(Theme Options > Theme Custom CSS > Global custom CSS)
Regards
can you spend me the css code please for display it? for my question 1
thank you very much
Hello,
You can just remove display: none;
line from here – https://prnt.sc/pltgqy
or
add this code:
.product-information-inner .button {
display: inline-block;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up