Announcement

Collapse
No announcement yet.

Product description unordered list question.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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.

    #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


      #3
      razertip,

      Thanks, worked perfectly. Never would have found it.

      Comment

      Working...
      X