This topic has 8 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Jack Richardson
Hello,
How do I change the related products that show up on my product page? I have tried using the linked products cross sell but other products still show up.
Hello,
Related products are selected from the same category or tag of the product that you view.
You can disable related products in Theme Options and show only upsell products.
Best regards,
Jack Richardson.
Got it. How do I change the title of the up sell products which is currently titled “Our Offers” to something else?
Hello,
You need edit the file wp-content/themes/classico/woocommerce/single-product/up-sells.php (line 37).
Best regards,
Jack Richardson.
Thank you got it.
On the single product page, how do I remove the all caps title of the product? And also how do I change the font? Thank you.
Hello,
Please use this css code:
.product-information .product_title {
font-family: open sans;
text-transform: none;
}
Write your font name.
Best regards,
Jack Richardson.
Great. Thank you.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up