This topic has 7 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Olga Barlow
Hello, how do I solve the following problems:
1 – Remove the category name below the product name. These products have specific categories, but I do not want the category to appear on the product page.
https://drive.google.com/file/d/0B_kW9ms4W11vREwxRnVwQzhsZFk/view?usp=sharing
2 – How do I reduce the size of the fixed header?
https://drive.google.com/file/d/0B_kW9ms4W11vZ2ZyRkd5cDdEVlU/view?usp=sharing
3 – How do I change the text that appears when a product is not in stock but it is possible to order it?
https://drive.google.com/file/d/0B_kW9ms4W11veXJNVzNvZkV0Z28/view?usp=sharing
Hello,
1) Add the following code in Theme Options > Styling > Custom CSS
.product-information .products-page-cats {
display: none;
}
2) `@media only screen and (min-width: 992px){
.fixed-header > .container {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.fixed-header {
min-height: 70px;
}
}`
3) Do you want to change the text or styles? If you want to change the text you can do this using woocommerce translation files. In case you want to change the styles let me know how it should be? Maybe send screenshot.
Regards
3) I would like to change only the text. However, using Loco Translate, this text is not appearing to me. What other way to change the text?
Thanks
Hello,
You should check WooCommerce translation files more carefully http://prntscr.com/e43o6z
Regards
I checked more carefully …
And look:
https://drive.google.com/file/d/0B_kW9ms4W11vdGpTZS1VM2ptNFU/view?usp=sharing
https://drive.google.com/file/d/0B_kW9ms4W11vcDFUTE5SdDRnejQ/view?usp=sharing
How to translate?
I solved
thank you
Great. You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up