הוספת קו בין רכיבי התפריט בדסקטופ

PHOTO EMBED

Tue May 18 2021 20:22:31 GMT+0000 (Coordinated Universal Time)

Saved by @Shesek

/* -- header -- */
@media (min-width: 768px){
	selector .elementor-nav-menu > li:after{
        content: "";
        position: absolute;
        display: inline-block;
        width: 1px;
	    height: 1rem;
	    top: 0;
	    bottom:0;
	    left:0;
	    margin: auto;
	    opacity: 0.5;
	    color:var(--e-global-color-primary);
	}
	selector .elementor-nav-menu > li:last-child:after {
		content: "";
	}
}
content_copyCOPY

ניתן להחליף את הקו בנקודה או בכל סימן אחר ולשחק עם שאר הפרמטרים