2)which format i can use for animated logo? if GIF any condition to match?
3)is it possible to add/modify cart icon, apart from options given within theme? i need number of products in cart to be over icon itself..now it is separately placed.
3)is it possible to add/modify cart icon, apart from options given within theme? i need number of products in cart to be over icon itself..now it is separately placed.
PS. Shopping cart design : Design 2 is exactly what i need, but the total amount should be hidden
Regarding sticky footer on the home page: This is global options and it cannot be disabled for home page only.
Logo: yes, you can use gif format.
Regarding the cart: here is CSS code, change figures as per your needs and a total amount of products would move:
.woodmart-cart-design-2{
top: -5px;
left: 14px;
}
If you want to hide total amount use this CSS:
.woodmart-cart-design-2{
display:none;
}
Please add this CSS to your Theme area.
As for order tracking: Unfortunately, we are not able to give any advice in this question since it is not related to our theme, please try to find a plugin.