Different Logo for Main Page and Subpage
Posted: 17 Mar 2015, 20:42
by winph
Hi,
Is it possible to have different logo for main page and for other page?
i like to have bigger logo in main page and in subpage i want to have smaller and simpler logo.
Re: Different Logo for Main Page and Subpage
Posted: 18 Mar 2015, 02:55
by mjau-mjau
The short answer to that question is no unfortunately.
In the next release, we will include unique page CSS classes in each X3 page. This means, we can add a CSS style for the logo that only applies for your home page. This is considered a "fix", and will not be a proper option in X3, because it is not practical.
Re: Different Logo for Main Page and Subpage
Posted: 23 Mar 2015, 11:39
by rokudamerlin
winph wrote:Hi,
Is it possible to have different logo for main page and for other page?
i like to have bigger logo in main page and in subpage i want to have smaller and simpler logo.
you can add a logo in body (background) .. i have build the same .. for the left side in the background and have add my logo..
test it ..
in cutom css
.main {
padding: 3em 0px 0px;
background: url('http://yourwebsite.com/yourlogo.png') no-repeat;
}
