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 →
Issue With "Fixed" Nav Bar On Mobile DevicesStarted by mattpato , Yesterday, 06:18 PM |
|
|
||
NavBar dropdown CSS Hover Color impossible to ChangeStarted by mrtripper , 23 May 2013 |
|
|
||
PageLines Framework →
Customizations →
site not responding to CSSStarted by akakjb , 20 May 2013 |
|
|
||
PageLines Framework →
Customizations →
header image trough header+contentStarted by helvetik_a , 18 May 2013 |
|
|
||
PageLines Framework →
Customizations →
Custom BrandNavStarted by Jarrod H , 17 May 2013 |
|
|










