Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #635275

    hi,

    how do i remove bullets in the 2nd sidebar ?

    kr dirk

    #635685

    Hey schnippel,

    It appears you got this resolved? I don’t see bullet points in sidebar menu.

    Best regards,
    Vinay

    #635781

    hi,

    if you look right at “Mobiles Vario Einspühlsystem” and “Mobiler Vario Dosiercontainer” you see small bullets / Lines … how can i remove them?

    kr dirk

    #635790

    Hi,

    Please check link in private to remove bullet points in this page use the below css in Quick CSS

    .entry-content-wrapper div li {
        list-style: none!important;
    }
    

    Best regards,
    Vinay

    #635791

    doesn´t work

    #636502

    Hi,

    Try this:

    ul.children li:before {
    display:none !important;
    }
    

    Thanks,
    Rikard

    #636637

    perfect :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘remove bullets in sidebar menu’ is closed to new replies.