Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1210791

    Hi guys,

    i’m using the transparent header but need to switch the black logo out for the white one. How can I do this? Thank you :)

    PageId:
    page-id-349

    #1210830

    Hey bobfurgo,

    Try adding this CSS code, make sure to replace REPLACE_WITH_WHITE_LOGO_LINK with the link white logo link you gave:

    #top.page-id-349 .logo a {
        background: url(REPLACE_WITH_WHITE_LOGO_LINK) center center no-repeat;
        background-size: contain;
    }
    
    #top.page-id-349 .logo img {
        opacity: 0;
        visibility: hidden;
    }

    Best regards,
    Nikko

    #1210845

    thank you so much !!

    #1210849

    Hi bobfurgo,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘replace logo on particular page’ is closed to new replies.