• Resolved Christopher Panny

    (@cpcreativestudio)


    Novice designer here…

    I created two menus in my footer. Each has 3 li elements. I put the first menu in Widgets>Footer column 2 and the 2nd menu in Footer column 3. I want to hide the bullets in the UL, but I can’t figure out how to target them to change ?list-style to none. I wanted to do this in Additional CSS.

    I split the menu into 2 separate ones to save on vertical space. If this is not a good idea, I’m open to another way to do this.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1dr0.a11n

    (@1dr0a11n)

    Hello @cpcreativestudio!

    May I know if you are looking to remove the icons in the footer, like in this screenshot?

    SCR-20231025-mtct.png

    Screenshot – https://d.pr/i/D0WK53

    If so, this code can help:

    /* Remove list icons */
    .footer-widgets ul li.menu-item{
        padding-left: 0;
    }
    .footer-widgets ul li.menu-item::before{
        display: none;
    }

    If the icons are still appearing after adding the code, you can include?!important?in your CSS. This will give your new style priority over any existing styles that might be affecting those elements.

    Give it a try and let me know how it goes!

    Thread Starter Christopher Panny

    (@cpcreativestudio)

    That worked on Safari, Firefox, Edge and Chrome desktop, phone and tablet; thank you!

    Hi @cpcreativestudio,

    That worked on Safari, Firefox, Edge and Chrome desktop, phone and tablet; thank you!

    Fantastic news! The code provided did the trick on Safari, Firefox, Edge, and Chrome, both on desktop and mobile devices. I’m thrilled to know that you successfully removed the bullet points from the footer menus.

    I’ll go ahead and mark this thread as resolved. However, if you ever have more questions or issues in the future, don’t hesitate to kick off a new topic.

    We’d be thrilled if you could spare a few minutes to leave us a review at ?? https://www.ads-software.com/support/plugin/woocommerce/reviews.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need To Turn Off UL Bullets In Footer Menu’ is closed to new replies.