Pipe symbol between menu

info395
2 Posts
info395 posted this 13 November 2019
Ask a Question

Hello,
is it possible to enter the pipe symbol between the menus?
e.g. home | contact | imprint.

cheers
Eric

Hello, is it possible to enter the pipe symbol between the menus? e.g. home | contact | imprint. cheers Eric
Vote to pay developers attention to this features or issue.
4 Replies
Order By: Standard | Newest
weblinker
20 Posts
weblinker posted this 14 November 2019

Hello,
is it possible to enter the pipe symbol between the menus?
e.g. home | contact | imprint.

cheers
Eric

Actually I think is not possible, but you can make something "tricky" adding after the name of the menu | (pipe) symbol
Text | Next text | ...

> Hello, > is it possible to enter the pipe symbol between the menus? > e.g. home | contact | imprint. > > cheers > Eric Actually I think is not possible, but you can make something "tricky" adding after the name of the menu | (pipe) symbol Text | Next text | ...
Support Team
Support Team posted this 14 November 2019

Hi Erick,

Unfortunately there is no such possibility. This option is added to our wishlist.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Erick, Unfortunately there is no such possibility. This option is added to our wishlist. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
info395
2 Posts
info395 posted this 14 November 2019

Hello,
well this is not tricky .. I would say rather dirty :-) .. resp. menu would not look good then.
What is the style for menu so I can add this to css?

Hello, well this is not tricky .. I would say rather dirty :-) .. resp. menu would not look good then. What is the style for menu so I can add this to css?
Support Team
Support Team posted this 14 November 2019

Hi Erick,

Please try something like this:

li.u-nav-item:last-child {
    border: none!important;
}
li.u-nav-item {
    border-right: 2px black solid;
}

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Erick, Please try something like this: li.u-nav-item:last-child { border: none!important; } li.u-nav-item { border-right: 2px black solid; } ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments