Unordered list

Discussion in 'ColorWay WordPress Theme' started by rostin, Feb 22, 2014.

Thread Status:
Not open for further replies.
  1. rostin

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    Hi Inkthemes,
    My theme is Colorway Pro.
    I try to list some texts in two levels as it shows below (this is what I want):
    test li 1.jpg

    But when I view the page it appears as this:
    test li 2.jpg

    Any solution for this issue?

    Thanks.
    R.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the Pages > Add New panel in your dashboard and paste the code given below in the text editor.

    Code:
    <ul >
           <li>Enter First List Text Here</li>
           <li>Enter Second List Text Here</li>
           <li>Enter Third List Text Here
                   <ul style=" list-style-type: circle;">
                         <li >Enter First Sub-List Text Here</li>
                         <li>Enter Second Sub-List Text Here</li>
                         <li>Enter Third Sub-List Text Here</li>
                  </ul>
            </li>
    </ul>  
    See the image for reference

    [​IMG]
     
  3. rostin

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    Worked perfectly. Thanks a lot
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page