jquery - Cant remove my list bulletin style even if its set to none in CSS -
i creating website wordpress cms, , installed "food , drink" plugin, , when put content via plugin creates list of food( doing menu). , bulletin style on list when removed via inspect element(chrome) nothing happened. here code:
.fdm-menu.clearfix, .fdm-menu .clearfix { clear: both; } .entry-content ol, .entry-content ul { margin-left: 40px; } .entry-content ol, .entry-content p, .entry-content ul, .quote-caption { margin-bottom: 26px; } .fdm-menu, .fdm-menu>li, .fdm-section, .fdm-section>li { list-style: none; }
while have list-style set none in base.css, have in style.css overrides it.
.entry-content ul > li { list-style-type: disc; }
remove style.css
Comments
Post a Comment