Bullets and ol

Home Forums Legacy Support Support queries Other issues Bullets and ol

Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #126613
    DianaZahar
    Participant
    Hi I had initially an issue with bullets not showing on product pages, in units, and in Visual Composer blocks. I browsed through the support forum and found this solution: .wpb_text_column ul { list-style: disc inside; } .wpb_text_column ol { list-style: decimal inside; } It did indeed fix the bullet problem. However, now when I make numbered lists (I tried in a unit), they appear as bullets! I don't remember, whether I have tried adding numbered lists earlier, so I don't know, whether this is an original or new issue. Any suggestions?
    #126656
    Anshuman Sahu
    Keymaster
    Please share your unit url where this issue is appearing .
    #126659
    DianaZahar
    Participant
    Here's the URL to the unit: https://wpbloggingnerd.org/eacademy/unit/webmaster-tools/?id=242 Do you need login credentials?
    #126792
    Anshuman Sahu
    Keymaster
    Please try adding this given css in your wp-admin -> apperance -> customize -> custom css : .unit_content ol {list-style: decimal inside;}
    #126818
    DianaZahar
    Participant
    Ok, I'll try that. How can I make bullets work in products? Cause they don't seem to work there.  
    #126946
    H.K. Latiyan
    Participant
    Hi, Try adding the bellow css:
    .content ul {list-style:disc;padding-left:15px;}
    
    .content 0l {list-style:decimal;padding-left:15px;}
    #127159
    DianaZahar
    Participant
    Thanks it works in products now.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Bullets and ol’ is closed to new replies.