Hi,
To see all the style options you have to enable them first under the content tab. So if you want country flags, you have to enable Show Country Flag
under the content tab.
If you want the vertical separator you have to set the Border Type
to Solid
and set all the widths to 0
except for Right
. And choose a color. If you don’t want the last child to have a right border you can add this custom css under the Advanced tab:
selector .lsfe-menu > li:last-child {
border: 0 !important;
}
I hope this info helps you to build a great project!