ottRider

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Borders around primary menu items #44242
    ottRider
    Power User

    Figured it out, putting the solution here in case others are searching.

    /* Draw vertical borders around menu items. Alpha=0.2 for partial transparency. */
    .menu-item {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    }

Viewing 1 post (of 1 total)