Hi,
I am looking at using this theme for a new site I am going to build but before creating I wondered, is it possible to hide the logo completely from the transparent header on just one page of a multipage site, desktop view only?
Also, is it possible to have a different set up for responsive versions, where it would use a different image altogether and then show the logo?
Thanks
Emma
Hi Emma!
Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Please add following code to Quick CSS in Enfold theme options under General Styling tab and replace page ID
.page-id-59 .logo .subtext img {
visibility: hidden;
}
Cheers!
Yigit