Display No Logo
This support request was posted in Paeon by craigblumberg
- craigblumberg December 27, 2013 at 10:14 am
Hi,
I would like to display no logo on the home page, as when I look at in on the mobile I get a blue block. How do I either make this transparent so it is not seen as an image block on the mobile or do away with the logo all together?
Kind regards
CraigJuanfra Aldasoro December 27, 2013 at 12:58 pmHello Craig,
Thanks for writing. To display no logo on the home page you’ll need to work a bit with your CSS. Something like:
body.home #logo{ display: none; }
would work. With regards to the blue block, it would be working with the CSS as well, but in the responsive section.
Something like:
@media screen and (max-width: 1024px) { .has-slider #header{ display: none; } }
Remember to include all the new CSS either on the custom.css file or within the options, in the field “Custom CSS”.
Best,
Juan.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.