Site logo

Archived topic

elementor stretch, image in nav with text

17 replies · Started by sparkle on November 6, 2022

Viewing posts 16–18 of 18

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.

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

You're welcome Sparkle!

This archived topic is closed to new replies.