bullets points disappread again

Home Forums Legacy Support Support queries Setup issues bullets points disappread again

Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #150973
    vsood004
    Spectator
    Hi I just noticed that bullet points have disappread again. I have already added these codes in custom CSS .question ol{list-style:decimal inside;}.question ul:not(.question_options){list-style:disc inside;}   ul.quiz_questions li { float: left; }
    #151019
    Diana
    Participant
    @vsood004, Instead of the above css code, paste this one or share the page URL where these css code is not applied

    .question ol{list-style:decimal inside !important;}.question ul:not(.question_options){list-style:disc inside !important;}

    ul.quiz_questions li { float: left!important; }

    #151064
    vsood004
    Spectator
    This reply has been marked as private.
    #151083
    Diana
    Participant
    This reply has been marked as private.
    #151099
    vsood004
    Spectator
    Thanks! the problem of bullet points is not addressed in theme update yet?  
    #151178
    Diana
    Participant
    This reply has been marked as private.
    #151695
    vsood004
    Spectator
    This reply has been marked as private.
    #151699
    vsood004
    Spectator
    I rechecked, its appearing now but indentation is not correct. How to make it look nice?
    #151716
    Diana
    Participant
    @vsood004, Here is the fix. Add this in your Appearance > Customize > Custom CSS .page-template-default .vibe_editor ul {list-style:inside !important;}
    #153070
    vsood004
    Spectator
    This reply has been marked as private.
    #153111
    Diana
    Participant
    @vsood004, Paste this code in the customizer. Thanks for pointing this. .v_module ul li{list-style:disc !important;}
    #153373
    vsood004
    Spectator
    Hi I need to paste this in addition to the previous codes?
    #153381
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘bullets points disappread again’ is closed to new replies.