This topic has 6 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Jack Richardson
Hello,
Could you please help me with the following re: Classico Theme?:
On the product page I’d like to change the text “our offers” showing up under the brand name
and connected to upsells products into sth else. Where / how can I do it?
Also products that werec chosen to appear as upsells – on them I’d like to change the colour of the price. Same question – where and how can I do it?
I am also not sure where and if the products chosen for crosssells are appearing. I do not see any at the moment.
Thank you very much in advance for any help on this
Diorex
Hello,
You can refer to Woocommerce documentation https://docs.woothemes.com/document/related-products-up-sells-and-cross-sells/ .
To change “Our offers” title you need edit the file wp-content/themes/classico/woocommerce/single-product/up-sells.php in line 34.
To change price color use this code in Theme Options > Styling > Custom CSS > Global Custom CSS:
.sidebar-slider .amount {
color: red;
}
Best regards,
Jack Richardson.
Hello Jack,
Thanks a lot for your answer.
The price colour is changed – thank you. 🙂
Could you please just help me on entering:
wp-content/themes/classico/woocommerce/single-product/up-sells.php
How do I enter the code there?
How do I enter there – could you please give me the full https adress?
Thanks in advance!
Diorex
Hello,
To edit the file wp-content/themes/classico/woocommerce/single-product/up-sells.php you need connect to your server via FTP using some FTP client like FileZilla https://filezilla-project.org/download.php?type=client . If you don’t know FTP login details ask your hosting provider support.
Best regards,
Jack Richardson.
Hi again Jack,
ON the page source code, on “Edit CSS” I was already searching, but I was not able to find.
got Filezilla, I will try, thanks again!
Have a good day
Diorex
Hello,
You’re welcome.
Let us know if there are any questions.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up