Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Beatrice,

    Generally it’s down to your theme styling. Code snippets and CSS tweaks are not covered under the support because I’m not sure what theme you are using I would suggest you go back to your theme author and ask for assistance on removing the default bullet points from the list items in your side bar, they should be able to just give you a quick CSS tweak.

    But generally CSS for list items (to remove the bullets) are:

    ul li {list-style:none;}

    Hope that helps ??

    Thread Starter _beatrice_

    (@_beatrice_)

    Thanks. I have tried several CSS tweaks and cannot seem to fix this. The bullets only appear in the sidebar widgets on the EDD pages.

    Looks like this is working for me now.

    /* Remove bullets from sidebar */
    ul li {list-style:none;}
    .widget {list-style: none; }

    Glad you got it sorted ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bullets in Cart Widget’ is closed to new replies.