This topic has 11 replies, 3 voices, and was last updated 10 years, 2 months ago ago by Robert Hall
Hello,
I would SO appreciate your help-
I have chosen for my product up-sells to display after content. Currently the title for the up-sells says “OUR OFFERS.” I would like to change this to say “MATCHING GLAM.”
Can you please tell me how to do this? Thank you!
I would also like to change the “RELATED PRODUCTS” on the single product page to say “RELATED GLAM.” Can you please tell me how to do this?
Note: in my original post I am also referring to the single product page.
Thank you so much!
Also, when an item is added to my cart, the “you have successfully added this item to your cart” comes up in a green background. This doesn’t match my color scheme at all. I would like for it to be hot pink. Can you please tell me how do do this? thank you!!
Also, on the mobile version of my site when I click on the menu- it pops up and is functioning but it is all black and you can’t see any of the text – it’s there but you just can’t see it. You can click but can’t see. Can you please help me with this??
In the mobile version my site looks great when you turn the phone horizontal- But looks really weird and not professional when the phone is in a normal position. Is there anything I can do here?
Thank you so much!!
Hello,
1. You can change the title in wp-content/themes/legenda/woocommerce/single-product/up-sells.php
You will find the code:
etheme_create_flex_slider($args, __('Our offers', ETHEME_DOMAIN), false, true);
and change “Our offers” title to anything you want.
2. To change Related Products title you need edit wp-content/themes/legenda/woocommerce/single-product/related.php, find the code 'title' =>__('Related Products', ETHEME_DOMAIN)
and change the current title to your own.
3. You need add this code into custom.css file to change the background color:
.added-text {
background-color: white !important;
}
How to create custom.css you can watch in this video tutorial.
4. Add the following code into custom.css to change items color in mobile menu:
.side-block .close-block { color: white; }
Regards,
Eva Kemp.
Hello,
#1 and #2 worked great, thank you!
#3 and #4 codes I added to the custom.css and nothing happened. When I add a product to the cart the “you have successfully added this item to the cart” still shows up with a green background. and on a mobile phone the menu words still can’t be seen. I have cleared my cache on both my computer and my phone. Please help! Thank you!
Hello,
Please provide us with wp-admin panel credentials.
Thank you.
Regards,
Eva Kemp.
Hi,
I don’t feel comfortable providing my credentials. Is there anything you can tell me to do here? Thank you!
I would like to delete the “more info” tab on a single product page. can you please tell me how to do this? thank you!
I would also like to add that i use the info that is listed under the “more info” tab for woo commerce shipping. I just don’t want my customers to see the info
Hello,
To hide “More info” you can add this code into custom.css file.
#tab_additional_information{
display:none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
The issue related to '‘Up-Sells’' has been successfully resolved, and the topic is now closed for further responses