Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @marcelfj90,

    Please try to use the following CSS code in order to hide (not remove) logo everywhere except home page.

    You can add CSS code in DashboardAppearanceCustomizeAdditional CSS (WordPress 4.7 and up). Also you can add CSS code directly to style.css file of your child theme.

    body:not(.home) img.site-logo {
        display: none;
    }

    Kind Regards, Roman.

    Thread Starter marcelfj90

    (@marcelfj90)

    Hi Roman, thanks this works perfectly!

    Due to the fact of having a customized logo position, it looks very weird on a mobile device & tablet. Therefore I would like to hide the logo from my homepage on these two devices. I used the following code but it doesn’t do anything.

    @media only screen and (max-width: 480px) {
    .responsive .logo {
    display: none !important;
    }}

    or

    @media only screen and (max-width: 480px) {
    .home .header-wrap .col-md-4 > a{
      opacity: 0;
    }}

    What am I doing wrong?

    Cheers,
    Marcel

    • This reply was modified 7 years, 1 month ago by marcelfj90.

    Hello @marcelfj90,

    Can you please provide a link to your website?

    Kind Regards, Roman.

    Thread Starter marcelfj90

    (@marcelfj90)

    Hi Roman,

    Of course:

    http://www.1op1keukenadvies.nl/

    Best,
    Marcel

    Hello Marcel,

    It looks like this issue requires close inspection. As an option, you can hire someone for this kind of service.

    Kind Regards, Roman.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove logo from all other pages’ is closed to new replies.