menu seperator thicker

How can I realize:

1. menu seperator thicker between: home | site-a | site-b
2. menu seperator thicker between: area-1 | area-2 | area-3

pw: dev

Comments

  • Hello,
    you will be able to change it with this css.
    #Top_bar .menu > li > a span:not(.description) {
    border-right-width: 1px;
    border-style: solid;
    border-color:#000;
    }
    #Action_bar .social-menu li {
    border-right: 1px solid rgba(255,255,255,.1);
    }
    thanks
Sign In or Register to comment.