Boidurja Posted January 17, 2018 Share Posted January 17, 2018 How do I replace the login page logo in prestashop 1.7 with my own logo? I tried to replace this code <img id="logo" src="{$img_dir}[email protected]" width="123px" height="24px" alt="PrestaShop" /> with this code <img src="img/logo.png" /> But my logo did not show up. Link to comment Share on other sites More sharing options...
Giuseppe C. Posted January 17, 2018 Share Posted January 17, 2018 try this: <img src="{$img_dir}/logo.png" /> Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now