Is it possible to have only the logo on the frontpage ?
and other pages no logo, only menu, also on smartphone ?
Hey BetuwePC,
Please try the following in Quick CSS under Enfold–>General Styling:
strong.logo {
display:none;
}
.home strong.logo {
display:block;
}
Please link to the site in question if it should not work.
Thanks,
Rikard
thanks, perfect