-
AuthorPosts
-
May 29, 2024 at 9:47 pm #1446988
Kriesi, I have need to create a two-level ordered list. My needs are as follows:
1. Level One
a. Level Two
2. Back to Level One
b. Back to Level Two….and so on.
Ideally I would use Custom CSS Code in Quick CSS to do this site wide. Login details are below.
—Bill Basler
- This topic was modified 5 months, 4 weeks ago by billbasler.
May 30, 2024 at 6:09 am #1447011Hey William,
Thank you for the inquiry.
The list seems to be rendering correctly on our end. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelMay 30, 2024 at 7:08 pm #1447106Ismael, thank you for responding. To be clear on the example page I provided (https://preucil.baslerdesign.com/curriculum/ )
You must open the folded content: “Velay Certificate Program” Note: Lists are currently unresolved. Round bullets should be lowercase letters.
See my screenshot here: https://img.savvyify.com/images/2024/05/30/Screenshot-2024-05-30-at-12.02.07PM.png
May 31, 2024 at 3:42 am #1447125Hi,
Thank you for the screenshot.
Please add this css code to adjust the style of the inner lists:
ol li ul li { list-style-type: lower-alpha; }
Best regards,
IsmaelMay 31, 2024 at 4:02 pm #1447195Ismael:
Thank you for this. Am I to add that to Quick CSS? I have done that and I do not see any difference in my lists on the page. Perhaps there are adjustments I need to make in the Text Editor of the page?
Currently I have this:
<ol> <li>Certificate of Participation in Musical Studies. <ul> <li>Completion of courses with minimum grades of 88%</li> <li>Performance on a partner recital or submission of 500 word essay on an assigned subject</li> </ul> </li> <li>Certificate of Excellence in Musicianship. <ul> <li>See 1a above</li> <li>completion of Advanced Level instrumental requirements by March 1 of Senior Year</li> <li>performance on partner recital</li> </ul> </li> <li>Certificate of Excellence with Performance Honors</li> <li>See 1a above</li> <li>Completion of pre-professional instrumental requirements before Senior year. Playing must show refinement of tone, intonation, technique and communicate sensitivity and expression</li> <li>Performance of a solo recital before graduation</li> </ol>
June 1, 2024 at 8:48 pm #1447377June 3, 2024 at 3:58 pm #1447558Thank you Mike. I see the fix now. I appreciate your help. —Bill Basler
June 3, 2024 at 6:03 pm #1447570 -
AuthorPosts
- You must be logged in to reply to this topic.