This topic has 11 replies, 5 voices, and was last updated 8 years, 8 months ago ago by Robert Hall
Hello,
First, thanks for this theme ;).
My problem : just look at the top bar ont currencies, the background color of the active currency is grey… How to change this or not display it.
image link : http://imgur.com/CyWDngz
Regards,
Laurent
Hello,
Please provide us with the link to your site.
Best regards,
Jack Richardson.
Hello Laurent,
please provide us with link to your site.
Regards,
Stan Russell.
Hello,
Sorry, just did it here.
Laurent
Hello,
Please use this code in Theme Options > Custom CSS > Global Custom CSS:
.wcml-active-currency {
background-color: transparent;
}
Regards,
Eva Kemp.
Hello,
Okay thank you, I’ll do it
If you allow me another question, for the follow link :
http://easycaptures.com/fs/uploaded/856/8670505474.png
– On the image, how to change the text “Product description” ?
– The left/right arrow keep showing my hidden products :/ so how to remove them or not allow them to show hidden products ?
Regards,
Laurent
P.S: excuse my english
Hello,
1. You need edit the file wp-content/themes/woopress/woocommerce/content-single-product.php in line 107.
2. Please show a direct page where hidden products are shown and provide wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
Hello,
1. Ok, nice I’ll do it
2. This link : http://www.tailorinn.com/product/white-lightweight-knit-jumper
The right arrow show an hidden product.
Regards,
Laurent
Hello,
2. The problem may be caused by your cache plugin. Disable it and clear browser cache, also clear cache folder via FTP in wp-content directory.
Also you can set Visibility to “Private”:http://storage4.static.itmages.com/i/16/0225/h_1456400392_4917885_1b63d1cc97.png
Please try it.
Regards,
Eva Kemp.
Hello,
If I just want to remove the arrows then ? How to do it ?
Regards,
Laurent
Hello,
Please try to add this code in Global Custom CSS.
.product-navigation .product-arrows{
display:none;
}
Regards,
Robert Hall
Tagged: background, color, currency, template, woocommerce, wordpress, wpml
You must be logged in to reply to this topic.Log in/Sign up