@tatendap for better help please provide the URL where you face this issue. You can use CSS styles to remove bullets, usually themes apply ul > li “list-style” by default. It is not inherited from the plugin styles.
Maybe you can helpme with the css code to remove it,and the horizontal line that appears after each headline, how do i get rid of it?
Or how do i change the color of the horizontal line?
@tatendap I don’t see the widget on your website anymore, maybe I am replying you a little late due to different timezone and working hours. If I could see the widget in action so CSS style could be provided for this fix.
Thanks, no problem, it’s sorted. I used this:
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
@tatendap you are welcome. I hope this thread will help others as well.