This topic has 4 replies, 3 voices, and was last updated 8 years, 9 months ago ago by Eva Kemp
hi me again 🙂
another 2 things i have to change:
1. how can i chnage the laguage from the sucessfully added popup when i add a product in the product page. it is englisch now (sucsefully added product and the two buttons) but i need it in german.
2. when i added the products and i click on the cart (warenkorb) then the image is blurry. i think woocommerce is resize the picture from a small image. i did regenrate thumbnaisl allready but the image is still blurred and only in the cart.
as always many thanks for your help!
cheers
Hello,
1. You need translate default.po file in the directory wp-content/themes/classico/languages as described in the documentation: https://www.8theme.com/classico-theme-documentation/ (10.1. Base theme translation).
2. I’ve added this code in Theme Options > Styling > Custom CSS > Global Custom CSS:
table.shop_table td.product-name .product-thumbnail img {
width: auto;
}
Clear browser cache and check Cart page now.
Best regards,
Jack Richardson.
thx again for your help. the images looks great now! 😉
i tried to translate the file now but no luck. will try tomorrow again.
now i found another 2 problems with text colours. in the cart widget the product name and price is white. i had to change it into white in the “normal” cart. is there a pointer to change it back to black in the cart widget?
second problem the main menu active link is not the color i adjusted in the 8theme options.
thx again!
cheers
Hello,
Please add this code in Global Custom CSS:
.cart-popup-container .product_list_widget li h4 a, .cart-popup-container .order-list .coast .amount {
color: black;
}
To change active menu link color use this code:
.menu > li.current-menu-item > a {
color: red;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up