SUPPORT BREAK!

I'm happy to share that my second daughter was just born! Because of this, I won't be available for technical support for some itme, depending on how quickly my wife recovers.


I expect to be back between around April 4. Thank you for your understanding and patience!

Okay
  Print

How to change header icons

you need to change them with own custom css

Example for cart icon


#header .fa-shopping-bag:before{

content: " code of icon" !important;

}

or with background

#header .fa-shopping-bag:before{

content: url(image.jpg) !important;

}