Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘logo only on frontpage’ is closed to new replies.
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