Issue with Elementor Table of Content

QuestionsCategory: Hello ChicIssue with Elementor Table of Content
Laura asked 4 years ago

Hi!
I’m using Hello Chic theme with Elementor Pro.
Everything is working fine except for the Elementor’s table of content widget, with which I’m having an issue with the ordered and unordered list.
When I create a Table of Content, it shows double markers: one marker made by the widget and one marker made by the theme’s CSS. You can see it here: https://www.laurapierobon.com/elementor-test/
 
If I change the page layout from default template to Elementor Full Width, then all is working fine. But so I loose the sidebar on the right.
Is there a solution for this, maybe by changing some CSS code?
 
Thank you in advance!
 
Laura
 

1 Answers
Support Team Staff answered 4 years ago

Add this to your additional CSS to hide the default wordpress lists
 
Discs
 
 
.entry-content ul > li {
list-style-type: none;
}

 
 
The numbered lists
 
 
.entry-content ol > li {
list-style-type: none;
}

Laura replied 4 years ago

Hi, thank you for your reply!
I tried your solution, but adding this code will hide the default WordPress lists on every page. Is there a way to hide them only on the Table of Content?

Thank you in advance!

Laura