Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1434852

    I need to create an alpha ordered list in the answer part of the Accordion element for an FAQ page.
    I tried using <ol type="a"> which looks good in the Enfold text box but still comes out with numbers in the browser

    Is there a way to do this?

    • This topic was modified 9 months ago by mediaapps.
    #1434854

    Hey John,

    Thank you for the inquiry.

    Try to add a unique class name to the list:

    ol class="alpha-list">
     	<li>Item 1</li>
     	<li>Item 2</li>
     	<li>Item 3</li>
    </ol>
    

    Then add the following css to adjust the style type:

    .alpha-list {
      list-style-type: lower-alpha;
    }
    

    Best regards,
    Ismael

    #1434875

    Brilliant. Cheers Ismael

    #1434894

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.