Jump to content

add fontawsome to theme


Recommended Posts

Hi,

 

I am trying to add fontawsome to our theme.

So I copied th font dir from default-bootstrap to our theme and copied the css font-awesome dir to our css folder

Should prestashop (1.6) pickup the css automatically or do I have to do add something to the header.tpl file ?

 

Kind Regards

Link to comment
Share on other sites

I added

            <link rel="stylesheet" href="{$css_dir}font-awesome/font-awesome.css" type="text/css" media="{$media}" />
            <link rel="stylesheet" href="{$css_dir}font-awesome/font-awesome-ie7.css" type="text/css" media="{$media}" />

 

to the headers.tpl file and seems to be OK.

Had to change the ../ to ../../ in the css file itself in order to work ok

 

 

Thank

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...