Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1289440
    lexidev
    Participant

    It seems that I can’t put letter values into ordered lists. They all show with numbers only. The <li type=”a”> is not supported in HTML 5, I tried it anyway, but it doesn’t display. Then I tried <li value=”a”> that apparently is supported in HTML 5, but it doesn’t display (reference: http://www.w3schools.com/tags/tag_li.asp).

    Am not sure now if there is anything I can do to override a default style in this site? This new ‘restriction’ seems a bit limiting. Any suggestions? http://hrjwp.temp.lexi.net/getting-to-impact/

    #1289531
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    ol.alpha {
        list-style-type: lower-alpha !important;
    }

    Then simply add alpha to your ol’s class.

    <ol class="alpha">

    Hope this helps.

    #1290611
    lexidev
    Participant

    Thank you very much!

    I have quite a few useful answers in my list of questions. Do you keep all my questions/answers on file (in my account) indefinitely, or will they archive after a while? This feature in your support area is very, VERY useful and I would love to know that I can refer to it any time. Thanks.

    #1290874
    Paul R
    Moderator

    Hi,

    Yes we keep all your questions/answers.

    You can always check topics and replies in your account page.

    https://community.theme.co/users/lexidev/

    Thanks

  • <script> jQuery(function($){ $("#no-reply-1289440 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>