Hi
1.Is it possible to not have a logo at all? When delete the logo its replaced automatically by Enfold Logo.
2. Is it possible to have multiple logos according to the page?
3. Is it possible to have different logo area custom background image on specific pages? Like simulating a top header banner. before the menu
4. is there a way to have top header at all??
Thank you very much
Hey hdpcr,
1.) Use this code inside of Quick CSS field:
.logo {
display: none;
}
I think it would be best to search for a plugin with such special functions.
Best regards,
Andy
Hi
It work on some screen sized and not in mobile and tablet 480×320 and 480×800 it still show Enfold logo
Thank you very much
Hey!
You have to hide it to mobile screens also.
You have to use media queries for that
Please do let us know if you have further questions, we would love to assist
Cheers!
Basilis
Hi
Could you please give me some code to put in custom CSS. I got lost in that link and i have no clue how to hide the logo in specific screen size.
Also in that link there is so many code that i really have no idea witch one is the right one and i only have an issue in 2 specific sizes.
Thank you very much for your understanding.
Hey!
Please add following code to Quick CSS as well
.responsive .logo { display: none !important; }
Best regards,
Yigit
Hi
Thank you very much it worked!!