inherit
250182
0
Dec 13, 2023 22:58:15 GMT -8
private
499
October 2017
private1
|
Post by private on Mar 6, 2020 12:10:00 GMT -8
On the navigation bar I would like to add a vertical line with height that separates the menu items. I went into the style sheet and saw that on the theme that I want this vertical line to be-the navigation menu begins on line #255. How do I add a vertical line-that separates the menu items to the navigation bar?
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,527
August 2015
socalso
|
Post by Scott on Mar 6, 2020 12:24:26 GMT -8
private , Go to your CSS for that theme (Style Sheet tab) and at the very bottom on a new line add this: #navigation-menu>ul li a { border-left: solid white 1px; border-right: solid white 1px; }
|
|
inherit
250182
0
Dec 13, 2023 22:58:15 GMT -8
private
499
October 2017
private1
|
Post by private on Mar 7, 2020 3:44:45 GMT -8
The background-line color shows. Is it possible for that solid vertical line itself to show?
Updated: I resolved it on my own. I just kept one border and adjusted the px amount.
|
|
inherit
250182
0
Dec 13, 2023 22:58:15 GMT -8
private
499
October 2017
private1
|
Post by private on Mar 7, 2020 6:43:03 GMT -8
private , Go to your CSS for that theme (Style Sheet tab) and at the very bottom on a new line add this: #navigation-menu>ul li a { border-left: solid white 1px; border-right: solid white 1px; } Thank you. I did not know that vertical line name is a border.
|
|