Product description unordered list question.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • greggc
    Mivite


    • Mar 2006
    • 296

    #1

    Product description unordered list question.

    Using Base Ready Theme. When using an unordered list in product description bullets are empty circles. Prefer to use a filled circle or filled square. No amount of styling the <ul> within product descriptions help. I am assuming css is controlling this but I can not find it in the cssui file. If anybody can point me in the right direction it would be appreciated.
  • razertip
    Mini Mivite

    • Apr 2006
    • 89

    #2
    You can find it in the /httpdocs/mm5/themes/base/css/style.css file. It is line 644 and contains the following:

    .content ul li {
    list-style-type: circle;
    padding: 1px 0px;
    margin: 0px;
    }

    Comment

    • greggc
      Mivite


      • Mar 2006
      • 296

      #3
      razertip,

      Thanks, worked perfectly. Never would have found it.

      Comment

      Working...
      X