Site logo

[Resolved] elementor stretch, image in nav with text

Home Forums Support [Resolved] elementor stretch, image in nav with text

Home Forums Support elementor stretch, image in nav with text

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #2410607
    Fernando
    Customer Support

    I see. Can you try adding this CSS?:

    .menu-bar-items .menu-bar-item a svg {
        filter: drop-shadow(-1px 3px 1px #1A1423CC);
    }
    
    .menu-bar-items .menu-bar-item span:is(.number-of-items, .amount) {
        text-shadow: -1px 3px 1px #1A1423;
    }

    This should add the text and drop shadows necessary.

    You may alter the values to your preference.

    #2411153
    sparkle

    excellent excellent. that looks amazing. thank you so much for all your help.

    #2414175
    Fernando
    Customer Support

    You’re welcome Sparkle!

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.