Hello,
I’ve purchased your theme, great desgin ! But i have an issue that when I add bullet points to the text, it doesn’t display. Can you please tell me how to fix it? Thanks !
Hi, thank you for purchasing our theme.
The li(bullet) css is disable for the Pagebuilder. I suggest:
1. You could use the Text List of Pagebuilder.
2. You could use the Text block of Pagebuilder. Put the bullet points in Text block.
Plz insert the css code in Bee(themeoption)/general settings/custom css:
.text_block>ol>li{list-style-type: binary;
margin-left: 20px;}
.text_block>ul>li{list-style-type: disc;
margin-left: 20px;}
3. If you don’t use Pagebuilder in post (only use the Pagebuilder in page). You could put the bullet points in post.
Plz insert the css code in Bee(themeoption)/general settings/custom css:
.post ol>li{list-style-type: binary;
margin-left: 20px;}
.post ul>li{list-style-type: disc;
margin-left: 20px;}
Best!