Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Srini G

    (@srinig)

    Put this in the Custom CSS input that your theme may provide, or that which comes with a plugin like Jetpack.

    #bottom .widget_flexipages ul {
    	list-style: none;
    }
    #bottom .widget_flexipages li a:before {
    	background-image: none;
    	width: 0;
    	margin: 0;
    }

    You can also put this code at the bottom of the style.css of your theme, but that’s not recommended.

    Plugin Author Srini G

    (@srinig)

    You can also align the list items nicely by adding this code along with the code above…

    .widget_flexipages li {
    	margin-left: 0;
    }
    .widget_flexipages li li {
    	margin-left: 30px;
    }
    Thread Starter wengles

    (@wengles)

    It worked – Beautiful!

    Thank you so much for your great support!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘double bullets – removal’ is closed to new replies.