Display No Logo

This support request was posted in Paeon by craigblumberg

Request ID #2928 In Progress
  • 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
    Craig

    Hello 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.

Login to your Account

Welcome back! Please log in to your account by filling the fields below:

Forgot?

Not a member? Create a free account.

Create a Free Account

You're 27 seconds away from some awesome WordPress free stuff, benefits and more. Create a free account and have access to our free products, benefits and more!

Already have an account? Log in
Secure Server