Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   Having trouble with the "now reading" plugin displaying pictures... widget CSS (http://forum.bytesforall.com/showthread.php?t=642)

jmesax Mar 4, 2009 11:19 AM

Having trouble with the "now reading" plugin displaying pictures... widget CSS
 
www.ourlifewalkabout.com

I'm wanting the "Now Reading" section to display pictures which comes w/ the plugin but for some reason doesn't show up on the site. I would also like a way to edit the "recent posts" to have space in between each post and possibly a * or bullet point before the post... Thanks.

Flynn Mar 6, 2009 01:07 PM

For space/recent posts add CSS Insert

HTML Code:

div.widget_recent_entries li {
margin-bottom: XXpx;
}

Atahualpa is pretty much fixed on left border or nothing at the moment for list style types


I see no images referenced in the source code of the "Now Reading " section, only Titles and text that is not visible due to black background / black font size

You can add this to Widgets -> Widget Container:
color: #123456,

For the links in widgets that are not inside list items there is not extra setting at the moment, they're getting the overall setting for links which is black. But you can add a CSS Insert

HTML Code:

div.widget a:link,
div.widget a:visited,
div.widget a:active {
color: #123456;
}
div.widget a:hover {
color: #654321;
}

This may interfere with the links inside list items if you want different colors here and there

jmesax Mar 28, 2009 11:08 PM

Flynn,

Thanks for your help... where do I add CSS inserts - to the widgets theme options section or in the actual stylesheet (if stylesheet is the case then where w/in the code?) thanks.

Jayme

jmesax Mar 28, 2009 11:44 PM

Actually I would like space between the entries on all of my widgets... just want a way to be able to edit widgets and text w/in. I think I understand the widget edit option on the theme options but there isn't a way to edit the text.


All times are GMT -6. The time now is 09:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.