[Resolved] Can we do this effect with GP? (header border)

Home Forums Support [Resolved] Can we do this effect with GP? (header border)

Home Forums Support Can we do this effect with GP? (header border)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1462226
    David

    Hi GP Team!

    I want to make a CSS effect on a header like this site (scroll down to see the effect).

    It’s a mix-blend-mode. Can we archive this with GP?

    Thanks πŸ˜‰

    PD: I’m trying the new 3.0 version πŸ™‚

    #1462416
    Leo
    Staff
    Customer Support

    Hi there,

    The code is suggesting that it’s just using a simple bottom-border:
    https://www.screencast.com/t/iFAuiiYLMRq

    #1462433
    David

    Hi Leo!

    Yes, I can do the black line with border property.

    The question is the “visual effect” between the line (or the menu text) and the background. If you can see, always exist a contrast between them.

    It’s like a “fusion mode” in Photoshop. I found this post but its not working for me πŸ™

    #1462556
    Leo
    Staff
    Customer Support

    I took a look at the example website again and am seeing the effect but not seeing any special CSS.

    The CSS trick page you found seems promising though.

    It doesn’t work with something like this?

    .main-navigation {
        border-bottom: 1px solid;
        border-bottom-color: #000;
        mix-blend-mode: difference;
    }

    This shouldn’t be a theme related question though so you might have to spend a little more time with the CSS.

    #1462691
    David

    It works! πŸ™‚ Thank you Leo!

    You are the best.

    Good luck with 3.0 version. I will be very good as always you do.

    #1462695
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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