Limit levels and unordered list
- ryandebarros@yahoo.com
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 1
3 years 8 months ago #59997
by ryandebarros@yahoo.com
Limit levels and unordered list was created by ryandebarros@yahoo.com
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
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 1
3 years 8 months ago #60000
by ryandebarros@yahoo.com
Replied by ryandebarros@yahoo.com on topic Limit levels and unordered list
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.
3 years 8 months ago #60002
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Limit levels and unordered list
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
Please Log in or Create an account to join the conversation.
Time to create page: 0.242 seconds