Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • goyat Friend
    #140020

    Could you kindly tell me how to make unordered list visible in this template? It seems unordered icon color is not dark so that it can not be visible. When I switch to other JA template, it shows.

    So, it is a matter of unordered list icon color.

    Where should I look and change the unordered list icon color?:confused:

    wogand Friend
    #301045

    When you click the icon in JCE you will see that it sums op but you won’t see the bullet icons.
    To make it show click the html button in the editor. Example:
    you want to list:
    test1
    test2
    test3

    When you click the html icon you will probably see:
    unordered list:
    <ul>
    <li>test1</li>
    <li>test2</li>
    <li>test3</li>
    </ul>

    Change this to:

    <ul class=”checklist”>
    <li>test1</li>
    <li>test2</li>
    <li>test3</li>
    </ul>

    It will then show when you save the article and have a look at it in the frontend.

    goyat Friend
    #301049

    Thank you. It solves parts of my problem.

    For example, unordered list shows like this

    ・test1
    ・test2
    ・test3

    But, the Nickel template does not show ・ icon.

    When you click the html icon you will probably see:
    unordered list:
    <ul>
    <li>test1</li>
    <li>test2</li>
    <li>test3</li>
    </ul>

    >Yes, it is so listed but ・ icon is not shown.

    Change this to:

    <ul class=”checklist”>
    <li>test1</li>
    <li>test2</li>
    <li>test3</li>
    </ul>

    >This is OK. It does show check mark Icon.

    wogand Friend
    #301269

    If you dont like the arrow perhaps you can replace the arrow.gif with a normal dot image?

    wogand Friend
    #301278
Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  wogand 15 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum