Shop Categories

X

Removing nav submenu bullets and display items on single line

Home Forums Agama Pro Removing nav submenu bullets and display items on single line

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30601
    Pete
    Participant

    Hi Agama Pro team,
    In my navigation menu, a couple of the slightly longer 2 word page names in the dropdown sub menu are displaying in 2 lines and I want to display them on a single line. Also, the sub menu items have ul bullets, which I’d like to remove.

    Is there some CSS I can add or some other solution to fix this please?

    Pete

    #30613
    yuniz
    Spectator

    Hi,

    /* Dropdown sub-menu items width */
    .sticky-nav ul.sub-menu {
    width: 250px!important;
    }
    /* bullets remove from dropdown sub-menu */
    .sticky-nav>li>ul.sub-menu>li {
    list-style: none!important;
    margin-left: 0px!important;
    }

    Please add these code to your theme’s customization “Custom CSS” section.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.