I am trying to differentiate the list of recent posts in the sidebar of my site. Can't seem to figure out the CSS to add bullets to each post title. Site is www.helenewinterdesign.com.
Bullet Points in Recents Posts
#1
Posted 03 January 2013 - 03:10 PM
#2
Posted 03 January 2013 - 03:23 PM
You need to use custom CSS to find the selector for that list in the sidebar widget:
To add a list style, use the list-style-type property:
#3
Posted 03 January 2013 - 03:41 PM
OK. So would the CSS code be #recentposts.stylelistStyleTpe="square"?
#4
Posted 03 January 2013 - 04:24 PM
I'm really stumped on this. I've tried every code I can think of - I'm not a coder. Any help with the actual CSS code would be appreciated.
#5
Posted 04 January 2013 - 02:09 AM
The code you quoted is part CSS and part Javascript and not functional.
You need to use CSS in the Custom Code > CSS Rules area and make sure there's a specific class for the list you're trying to bullet. For example, in the link Catrina provided, you'll see
Your bulleted text should start with <ul>. But to make the bullet a square, you'll want to modify the UL tag to <ul class="square"> then, the snippet of CSS would apply a square bullet type to the items below.
#6
Posted 16 January 2013 - 05:59 PM
I am trying to get a bulleted list in categories to work by;
#7
Posted 17 January 2013 - 03:55 AM
Hi there, try using !important to force through the changes in case they are being overridden anywhere.
#8
Posted 17 January 2013 - 11:21 PM
Hi, the !importance tag did not work. I also tried applying the style to the ul tag only. No success. I am stumped on this one.
#9
Posted 18 January 2013 - 01:19 AM
Hi,
Since that's a WP generated list, you really can't implement my earlier suggestion, however, you can replace that list with a variety of excellent plugins. Depending on whether you do or don't want thumbnails, you have a diverse choice of plugins to select from.
Also tagged with one or more of these keywords: customization, techincal support
PageLines Framework →
Customizations →
How to add classifieds on the the home page ?Started by pracede , 14 Jun 2013 |
|
|
||
PageLines Framework →
Customizations →
Change hover state color on main navigationStarted by helvetik_a , 07 Jun 2013 |
|
|
||
PageLines Framework →
Customizations →
Header and Footer expansion customizationsStarted by casseysdesigns , 18 May 2013 |
|
|
||
Customizing AccordionStarted by mudgal , 17 May 2013 |
|
|
||
PageLines Framework →
Customizations →
I only want quickslider on one blog postStarted by c_p_p , 13 May 2013 |
|
|











