Limit levels and unordered list
- ryandebarros@yahoo.com
-
Offline Topic Author
- New Member
-
- Posts: 5
- Thanks: 1
Limit levels and unordered list was created by ryandebarros@yahoo.com
Posted 2 years 8 months ago #59997
Is there a way to limit how many levels are shown? Can the table of contents be converted to an unordered list?
Please Log in or Create an account to join the conversation.
- ryandebarros@yahoo.com
-
Offline Topic Author
- New Member
-
- Posts: 5
- Thanks: 1
Replied by ryandebarros@yahoo.com on topic Limit levels and unordered list
Posted 2 years 8 months ago #60000
The below css works, but I'm still wondering if there is another way to limit what gets pulled into the table of contents.
I'd also be interested in an unordered list option <ul>.
Thank you,
.table-of-contents-ck {
ol li ol li {display: none;}
}
I'd also be interested in an unordered list option <ul>.
Thank you,
.table-of-contents-ck {
ol li ol li {display: none;}
}
Please Log in or Create an account to join the conversation.
Hi
you can use this css to remove the numbering:
you can do quite everything using CSS
CEd
you can use this css to remove the numbering:
Code:
.table-of-contents-ck, .table-of-contents-ck ol {
list-style: none;
}
you can do quite everything using CSS
CEd
Joomlack Webmaster and Developer
by ced1870
Please Log in or Create an account to join the conversation.
Time to create page: 0.675 seconds