Hello, on the homepage I find the code below. The .ypop-header background image is causing a mixed content error on my page (I am trying to use https). How/where do I remove this css?
<style>
.ypop-overlay{
background-color: #000;
opacity: 0.5;
}
.ypop-wrapper{
width: 550px;
height: auto;
padding: 10px;
}
.ypop-container-inner{
background-color: #ffffff;
}
.ypop-header{
height: 150px;
background-image: url(http://janstudio.net/claue/demo/wp-content/uploads/2015/12/12716884_1056591057712538_935423704_n.jpg);
}
.ypop-title{
color: #ffffff;
}
.ypop-wrapper button,
.ypop-content-type .contact-form input[type=submit]{
background-image: none;
background-color: #24d2d8;
color: #ffffff }
.ypop-wrapper button:hover, .ypop-wrapper button:active,
.ypop-content-type .contact-form input[type=submit]:hover, .ypop-content-type .contact-form input[type=submit]:active{
background-color: #0ad1d8;
}
.ypop-footer{
background-color: #f4f4f4;
}
.ypop-wrapper a.close{
background-image: url(https://ottpartysupplies.com.au/wp-content/plugins/yith-woocommerce-popup/assets/images/close-buttons/close1.png);
background-color: #ff8a00;
background-position: center center ;
background-repeat: no-repeat;
}
.ypop-checkzone {
background-color: transparent;
color: #333333;
}
</style>