Hi, i have style problem with my shop after update woocommerce to 3.0.5
they make changes in php code and font(i use custom font function)\css from theme panel now working 50\50.
and they makes some css changes, that i can’t fixed (before all was Ok).
please, help me fix my shop.
Before update:
http://i.piccy.info/i9/2f78e13327365ddf557f4441e8e7af26/1493801454/65048/1142607/catalog_before.jpg
http://i.piccy.info/i9/14a2e3111ae84bd53ffe45740721c95c/1493801473/65726/1142607/upsells_before.jpg
After update:
http://i.piccy.info/i9/ef31298ec9b18620bc7a5754cba21a39/1493801497/67679/1142607/catalog_after.jpg
http://i.piccy.info/i9/77e656f60de2f71eebd2763abba2e128/1493801535/72149/1142607/upsells_after.jpg
And theme haven’t enabled the new gallery features of Woocommerce 3 by default.
About woocommerce gllery theme support:
fixed by manual adding in functions.php this code:
add_theme_support( ‘wc-product-gallery-zoom’ );
add_theme_support( ‘wc-product-gallery-lightbox’ );
add_theme_support( ‘wc-product-gallery-slider’ );
Fixed catalog by adding to custom css this:
/* The Title of Woocommerce */
.woocommerce-loop-product__title{
line-height:20px!important;
}
Upsells products still dont’t know how to fix.
example of upsells bg title problem
https://esthederm.in.ua/product/krem-dlya-lica-vyravnivayushhijj-pigmentaciyu-photoregul-50ml/
It’s works, thank you! But how i can put bg back on upsell block title? he become transparent too…
-
This reply was modified 9 years by
kiev_walking.