Hi Sanjeev,
Is it possible to have no logo on the internal pages - product pages, category pages etc and only see it on the homepage?
thx
Hi Sanjeev,
Is it possible to have no logo on the internal pages - product pages, category pages etc and only see it on the homepage?
thx
Hello,
This will require custom CSS and customization of the template since the logo is site wide element. However, I will guide you and you can achieve it as below and customize further at your end if required:
div.logo {
display: none !important;
}
div.logo {
display: block !important;
}
Thank you worked perfect - you are a CSS master!!!