[Support request] Add Style to the Primary Menu and Mobile Menu Drop-down

Home Forums Support [Support request] Add Style to the Primary Menu and Mobile Menu Drop-down

Home Forums Support Add Style to the Primary Menu and Mobile Menu Drop-down

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1386557
    mandirgp2020

    Please let me know how to add style to the menu drop-down. You can refer the the following design – https://demo.siteorigin.com/corp/

    #1386663
    David
    Staff
    Customer Support

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.