• Hello
    I’d like to set a different logo on this page. I set the logo with page option > logo.
    But I need to have a different logo on the page
    On this page I use SiteOrigin page builder.
    I tried with some css

    #logo, .page-id-27895 .header.banner.headerclass {
    display: none;
    }

    But this delete logo on all pages of my site. I would like to have a logo on the homepage and a different one in a second page.
    Haw can I do
    thanks for reply

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • hannah

    (@hannahritner)

    Hey,
    You can do this with css. Can you link to your new logo image?

    Hannah

    Thread Starter mucchin

    (@mucchin)

    Hi Hannah
    I hope this is what you asked me
    https://www.prever.edu.it/comprever/enogastronomia/

    On this page there is the new logo. But the page is not the right one because I can’t publish the logo on our official school site until I have the job done.
    I hope it can be useful as well.
    Regards
    Roberto Bianchi

    hannah

    (@hannahritner)

    Hey Roberto,
    Sorry for the delay! Try adding this to your custom css box in Theme Options > Advanced Settings:

    .page-id-27895 div#logo {
        background: url(https://www.prever.edu.it/comprever/enogastronomia/wp-content/uploads/sites/41/2020/03/logo_prever_no_agrario-2-1200x230-1.png);
        min-height: 140px;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        background-size: contain;
    }
    .page-id-27895 div#logo img {
        display: none;
    }

    Hope it helps!

    Hannah

    Thread Starter mucchin

    (@mucchin)

    Hey Hannah
    It works! Great. but I have to write all my css with a custom css plugin because in Theme Options > Advanced Settings, as other times, it doesn’t save changes, I mean it does save changes but on the frontend nothing happens!
    thanks a lot
    Roberto

    hannah

    (@hannahritner)

    Strange. Not sure why your theme options css wouldn’t be working. Could be a caching issue? Regardless, I’m glad you go things working!

    Hannah

    I have the same problem. Is there a solution css code for this site too?

    https://vmbilisim.xyz/ihtiyacburada/markalar/sanatde/

    hannah

    (@hannahritner)

    Hey @veys,
    Can you please start a new thread and clarify what problem you’re experiencing?
    Thanks!

    Hannah

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to set different logo’ is closed to new replies.