Bullet Numbering not Working
-
Hello, I would like to know how do I make the bullet numbering working in your theme if I use visual composer for editing my page?
and, how do I display multi attributes in the shopping page?
Thank you
Hello,
Could you please send a screenshot of the bullet numbering you want to make work?
Regards
Please see “private content”.
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.widget_text ol {
list-style: decimal;
padding-left: 16px;
}
Regards
Thank you very much, it is working.
The topic ‘Bullet Numbering not Working’ is closed to new replies.