• Resolved norolex

    (@norolex)


    Hi,
    I made a custom sidebar menu
    Theme is Astra, using Elementor Pro
    The menu shows with bullets
    How do I remove the bullets? Can’t find a setting
    Thank you and best regards
    Willi

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @norolex,

    This seems to be due to the theme adding disc styling to lists and you should be able to change it with some CSS like this:

    .sidebar-main #nav_menu-3 .menu-dessert-container ul li {
        list-style: none;
    }

    WordPress offers Custom CSS field inside Appearance > Customizer but if your theme disables this and it doesn’t have its own CSS field you may wish to use a child theme or a plugin like this one for this additional CSS. That way you’re protected when you come to upgrade.

    Cheers,
    Predrag

    Thread Starter norolex

    (@norolex)

    Super, works like a charm

    Thank you Predrag, much appreciated

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove bullets from menu’ is closed to new replies.