Lists styles 2.0.7 VC

Home Forums Legacy Support Support queries Styling issues Lists styles 2.0.7 VC

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #38762
    cescc78
    Spectator
    Hi I update to 2.0.7  and the lists styles don't work correctly in the Visual Composer.  
    #38929
    H.K. Latiyan
    Participant
    Please try adding the given css in wp-admin -> appearance ->customize -> custom css:
    .wpb_text_column ul {
    
    list-style: disc inside;
    
    }
    
    .wpb_text_column ol {
    
    list-style: decimal inside;
    
    }
    #38977
    cescc78
    Spectator
    Thx, Latiyan it works.
    #39090
    H.K. Latiyan
    Participant
    Thanks for confirming. So marking the topic as resolved and closing the topic.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Lists styles 2.0.7 VC’ is closed to new replies.