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

    Hi
    I’ve come as close as I can but still cannot get things as I want them.
    I’m working on http://www.3pointproductions.co.uk/ where I’d like the menu much closer to the logo. I’d also like to alter the transparency of the header once scrolled, more to 0.2 or so but cannot find where to do that. I’m trying to emulate http://www.l-s-d.design/ for someone – maybe even have the logo disappear on scroll like that one does. What do you think – can you help?
    Thanks,
    Colin

    #898784

    Sorry, seem to have found a conflict and it’s now working. I only managed to sort this after hours of trying so I finally wrote a forum post then managed to sort it!
    I’d still be interested to know iof it’s possible to lose the logo when \I scroll down just leaving the menu?

    • This reply was modified 6 years, 11 months ago by jonesthelight.
    #899155

    Hi,

    Please try this in Quick CSS to hide the logo once you have scrolled:

    .header-scrolled-full strong.logo {
      display:none;
    }

    Best regards,
    Rikard

    #899180

    Ah – well that certainly hides the logo, but I was hoping the header would shrink too, leaving just the menu strip. It does that at http://www.l-s-d.design/
    Thanks

    #900637

    Hi jonesthelight,

    The header is shrinking already, do you need to shrink more?

    Best regards,
    Victoria

    #900890

    It’s fine – we are going with it as-is – I was just interested in whether I could recreate the effect as per the link I sent. On that, the logo and navigation appear to be replaced with a differently styled nav bar once the logo has scrolled out of sight. I thought it was neat.

    #901245

    Hi,

    There is not effect like on the example page you linked to by default unfortunately, it would require a custom solution to achieve that and it would be out of scope of theme support.

    Best regards,
    Rikard

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