Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/themify-.../public/css/wc/modules
File: product-image.css
.woocommerce .module.module-product-image.module-image div.product{
[0] Fix | Delete
width:100%
[1] Fix | Delete
}
[2] Fix | Delete
/*appearance*/
[3] Fix | Delete
.module-product-image.rounded .image-wrap img{
[4] Fix | Delete
border-radius:8px
[5] Fix | Delete
}
[6] Fix | Delete
.module-product-image.bordered .image-wrap img{
[7] Fix | Delete
border:solid 1px rgba(0,0,0,.15);
[8] Fix | Delete
background:#fff;
[9] Fix | Delete
padding:3px;
[10] Fix | Delete
box-sizing:border-box
[11] Fix | Delete
}
[12] Fix | Delete
.module-product-image.drop-shadow .image-wrap img{
[13] Fix | Delete
box-shadow:0 1px 8px 2px rgba(0,0,0,.15)
[14] Fix | Delete
}
[15] Fix | Delete
.module-product-image.circle .image-wrap img{
[16] Fix | Delete
border-radius:50em
[17] Fix | Delete
}
[18] Fix | Delete
/* Product Image module box shadow effect overwrite */
[19] Fix | Delete
.woocommerce .module-product-image.drop-shadow .image-wrap img{
[20] Fix | Delete
box-shadow:0 1px 8px 2px rgba(0,0,0,.15)
[21] Fix | Delete
}
[22] Fix | Delete
.woocommerce .module-product-image.drop-shadow .image-wrap:not(:hover){
[23] Fix | Delete
overflow:visible!important
[24] Fix | Delete
}
[25] Fix | Delete
.woocommerce .module-product-image.drop-shadow .image-wrap:not(:hover) .zoomImg{
[26] Fix | Delete
display:none!important
[27] Fix | Delete
}
[28] Fix | Delete
.module-product-image.thumb-img-left div.images .flex-viewport{
[29] Fix | Delete
float:right;
[30] Fix | Delete
width:83%
[31] Fix | Delete
}
[32] Fix | Delete
.module-product-image.thumb-img-left div.images .flex-control-thumbs{
[33] Fix | Delete
width:15%;
[34] Fix | Delete
float:left
[35] Fix | Delete
}
[36] Fix | Delete
.woocommerce .tbp_posts_wrap.products .module-product-image .product{
[37] Fix | Delete
width:100%;
[38] Fix | Delete
box-sizing:border-box
[39] Fix | Delete
}
[40] Fix | Delete
/*Hover Image Style*/
[41] Fix | Delete
.tbp_product_hover_image{
[42] Fix | Delete
position:absolute;
[43] Fix | Delete
top:0;
[44] Fix | Delete
left:0;
[45] Fix | Delete
right:0;
[46] Fix | Delete
margin:auto;
[47] Fix | Delete
opacity:0;
[48] Fix | Delete
z-index:-1;
[49] Fix | Delete
transition:opacity 0.3s
[50] Fix | Delete
}
[51] Fix | Delete
.module-product-image .product-image:hover .tbp_product_hover_image,
[52] Fix | Delete
.product a:hover .tbp_product_hover_image{
[53] Fix | Delete
z-index:1;
[54] Fix | Delete
opacity:1
[55] Fix | Delete
}
[56] Fix | Delete
[57] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function