Change image on template
Hi want to change the image that is in this div that is pointing to image to our servers
<div class="section mcb-section dark " style="padding-top:60px; padding-bottom:140px; background-color:#082233; background-image:url(http://themes.muffingroup.com/betheme/wp-content/uploads/2014/05/section_macbook_sideview.png); background-repeat:no-repeat; background-position:center bottom; background-attachment:; background-size:; -webkit-background-size:"><div class="section_wrapper mcb-section-inner"><div class="wrap mcb-wrap one clearfix" style="padding:; background-color:"><div class="column mcb-column one column_fancy_heading "><div class="fancy_heading fancy_heading_line"><h2 class="title">Nuestros Servicios</h2></div>
</div><div class="column mcb-column one column_feature_list "><div class="feature_list" data-col="4"><ul><li><div class="animate zoomIn" data-anim-type="zoomIn"><a href="#"><span class="icon"><i class="icon-tools"></i></span><p>
i added custom ccs in page
element.style {
padding-top: 60px;
padding-bottom: 140px;
background-color: #082233;
background-image: url(http://www.xxxxxxx.png);
background-repeat: no-repeat;
background-position: center bottom;
}
But the image not changing, where is located?
Mny thanks
Comments
if you mean paths inside Muffin Builder elements, you can change them with Mfn CB Migrate Tool.
Thanks