Hello
If you need replace logo to some other image in Virtuemart template shoe-store ordasoft.com/shoe-store-virtuemart-3-template.html ,
you may did this in template settings, tab "logo"
If you need remove it from footer, you need go to file
{your site}/templates/shoe_store_v1/css/style.css
line 3914
there code
Code: |
.footer #logo {
text-align: center;
margin-top: 20px;
}
|
replace to code
Code: |
.footer #logo {
text-align: center;
margin-top: 20px;
display:none;
}
|
Regards
Andrew
OrdaSoft team