Change icon in a list Posted in : Read WP AnonymousInactive 31 December 2013 at 12:55 #11126 Hi, Thanks for replying so fast on my last question! In my sidebar I use the Recent Posts widget. It uses a ‘pushpin’ icon in the list. How can I change that icon into a simple black bullet? ahmetsaliKeymaster 1 January 2014 at 01:27 #11133 Hi, try this custom css code; .widget_recent_entries ul { list-style: disc; list-style-position: inside; } .widget_recent_entries ul li { padding-left: 2px; } .widget_recent_entries ul li:before { display: none; } AnonymousInactive 1 January 2014 at 12:13 #11145 I see no difference, still the push pins ahmetsaliKeymaster 5 January 2014 at 18:47 #11227 it should be working, can you provide your url? AnonymousInactive 5 January 2014 at 23:17 #11236 The url is: http://www.forskirtaddictsonly.com ahmetsaliKeymaster 7 January 2014 at 15:38 #11309 i just checked your site, you have an unclosed bracket just before the code i gave you in your custom css. h1.site-title { text-align: left; close this line with a bracket; h1.site-title { text-align: left; } AnonymousInactive 7 January 2014 at 21:06 #11321 So stupid. Thanks again! AnonymousInactive 8 January 2014 at 16:10 #11354 The bullets are fine, but now the two sentences of a long header don’t align anymore. They did with the push pins. See the home page of http://www.forskirtaddictsonly.com. ahmetsaliKeymaster 8 January 2014 at 20:26 #11363 here is the updated code; .widget_recent_entries ul { list-style: disc; list-style-position: outside; margin-left: 20px; } .widget_recent_entries ul li { padding-left: 2px; } .widget_recent_entries ul li:before { display: none; } AnonymousInactive 8 January 2014 at 23:02 #11367 Exactly as I wanted to have it. Thanks again guys. Very thankful for your fast support. Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in and have valid license to reply to this topic. License required for the following item Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register