Site logo

Archived topic

Add Style to the Primary Menu and Mobile Menu Drop-down

1 reply · Started by mandirgp2020 on August 4, 2020

Viewing posts 1–2 of 2

Hi there,

try this CSS:

/* Add top border */
.main-navigation ul ul {
    border-top: 2px solid #f00;
}

/* Add Borders to individual sub-menu items */
.main-navigation ul ul > li {
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
}
This archived topic is closed to new replies.