The 'Recent Posts' widget uses an unordered list to show X number of recent posts. I'd like the list to be bulleted but can't seem to get it right.
I've added this to style.css (adding it to the Custom Code section didn't do anything at all):
.widget_recent_entries.widget ul{
text-indent: 5px;
list-style-type: square;
}
The text-indent works perfectly, but I can't get the bullets to show up. Any ideas?
Thanks,
Jeff
7 replies to this topic
#1
Posted 16 October 2012 - 05:45 PM
#2
Posted 16 October 2012 - 05:49 PM
Try adding the !important declaration like so:
#3
Posted 16 October 2012 - 06:00 PM
Thanks for the suggestion. Same result though. No bullets.
#4
Posted 16 October 2012 - 06:08 PM
Can you please post a link to your site?
#5
Posted 16 October 2012 - 06:10 PM
Sure thing, sorry. It's a site for a client of mine.
#6
Posted 16 October 2012 - 06:39 PM
Digging (with Google's help) I found this previous post here on Pagelines:
From that post I used this code:
#recent-posts-2 ul { list-style: square; display: list-item; margin: 0 20px; }
#recent-posts-2 ul li { list-style: square; display: list-item; }
and that did the trick. (Note to self - spend more time with Google next time.)
From that post I used this code:
#recent-posts-2 ul { list-style: square; display: list-item; margin: 0 20px; }
#recent-posts-2 ul li { list-style: square; display: list-item; }
and that did the trick. (Note to self - spend more time with Google next time.)
#7
Posted 16 October 2012 - 11:33 PM
Glad that worked. This seemed to as well:
#8
Posted 16 October 2012 - 11:34 PM
The topic was marked as resolved.
Also tagged with one or more of these keywords: Resolved, css, widgets
PageLines Framework →
Customizations →
Help in Removing Extra Pixels from the Bottom of ContentBoxStarted by page1searchenginemarketing , Yesterday, 06:40 PM |
|
|
||
PageLines Framework →
Customizations →
Style Accordion HeadingStarted by dgsarnow , Yesterday, 02:39 AM |
|
|
||
PageLines Framework →
Customizations →
How to insert vertical lines between menu itemsStarted by vibekestorm , 18 Jun 2013 |
|
|
||
PageLines Framework →
Customizations →
Adding tag around widget title.Started by go9media , 17 Jun 2013 |
|
|
||
PageLines Framework →
Customizations →
Header Css Selector problemStarted by helvetik_a , 17 Jun 2013 |
|
|










