Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #842335

    hey,
    in the theme options i set a logo for the header is transparent. i want to hide this logo only on the startpage. when you scroll, the header would be visible and then the normal logo should be visible.
    you know what i mean?

    #842336

    i set a codeblock with this:

    <style>
    #header_main .logo .alternate {
    display: none;
    }
    </style>

    but the navigation is not transparent anymore

    #842482

    Hi,

    Can you post a link to your site? so we can take a closer look.

    Best regards,
    Nikko

    #842497

    yes :)

    #842751

    Hi,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .page-id-19 .container_wrap_first.container_wrap {
        display: none;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #842779

    thank you, i tried it, but it don’t work.
    but i have changed it, and now it works:

    .page-id-19 img.alternate {
        display: none;
    }
    #842909

    Hi,

    We are glad that your problem was solved!

    Best regards,
    John Torvik

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.