OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Shoe Template Remove Footer Logo (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Shoe Template Remove Footer Logo

peaceandlove (Visitor)
Posts: 0
graphgraph
User Offline
Shoe Template Remove Footer Logo 6 Years, 5 Months ago
Karma: 0  
ordasoft.com/shoe-store-virtuemart-3-template.html

Here there is a small logo appearing in footer by self, how to delete that logo.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8367
graph
User Offline Click here to see the profile of this user
Re:Shoe Template Remove Footer Logo 6 Years, 5 Months ago
Karma: 102  
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
Logged Logged
The administrator has disabled public write access.
peaceandlove (Visitor)
Posts: 0
graphgraph
User Offline
Re:Shoe Template Remove Footer Logo 6 Years, 5 Months ago
Karma: 0  
Thanks a lot
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8367
graph
User Offline Click here to see the profile of this user
Re:Shoe Template Remove Footer Logo 6 Years, 5 Months ago
Karma: 102  
You are welcome.

We will be happy if you can help us too and you put excellent review and 100 hits

If you would like any further information or need some customization service,
please do not hesitate to contact us too.

www.sitejabber.com/reviews/ordasoft.com

Best Regards,
Andrew
OrdaSoft team
P.S. Please do site backup 2 times per month
Logged Logged
The administrator has disabled public write access.
Go to top
»