Do changes in this File : /templates/ja_ironis/core/themes/day/css/template.css
h1.logo a {
background-image: url(../images/logo.png) ;
}
The image should be updated in this folder : /templates/ja_ironis/core/themes/day/images/
————————————————–
If the above did not work for you
please post your logo image inthis folder : /templates/ja_ironis/images/
Go to this Css : /templates/ja_ironis/css/template.css
Find this code Instead of this “background: url(../images/logo.png) no-repeat left top;” replace as ”
background: url(../images/logo.png) no-repeat left top !important;” everything will be fine.
h1.logo a {
background: url(../images/logo.png) no-repeat left top;
display: block;
height: 91px;
width: 200px;
}
Note: make sure you have the same name in the css and the logo image.
If these both did not work for you. post your site Url
Note: If you Find my Post useful please click on the Thanks Icon