Comments paganr started the conversationSeptember 14, 2022 at 1:37pmIn the Text Editor I have selected a section to be bulleted items but the bullets are not showing up (see attached file). How do I make the bullets show?[deleted] repliedSeptember 15, 2022 at 3:12pmOk can you please share the page url and admin creds in private reply paganr replied privately[deleted] repliedSeptember 17, 2022 at 2:28pmPlease try adding this custom css in your wp-admin-> appearance-> customize -> custom css : .elementor-container ul li{list-style:disc inside;}paganr repliedSeptember 19, 2022 at 2:26pmOk, now there's are bullets but the additional text rows under the first row should line up with the first row, not the actual bullet.See attachment. 390Ripul repliedSeptember 19, 2022 at 4:23pmI am sure that some third party CSS is conflicting here.I am updating the previous code , please use this one below and remove the one you used. .elementor-container ul > li{ list-style:disc outside; padding-left:1rem; } paganr repliedSeptember 19, 2022 at 8:44pmYes, that fixed it. Thank you.[deleted] repliedSeptember 20, 2022 at 2:45pmthanks closing this one . Sign in to reply ...
In the Text Editor I have selected a section to be bulleted items but the bullets are not showing up (see attached file). How do I make the bullets show?
Ok can you please share the page url and admin creds in private reply
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
.elementor-container ul li{list-style:disc inside;}
Ok, now there's are bullets but the additional text rows under the first row should line up with the first row, not the actual bullet.
See attachment.
I am sure that some third party CSS is conflicting here.
I am updating the previous code , please use this one below and remove the one you used.
Yes, that fixed it. Thank you.
thanks closing this one .