-
AuthorPosts
-
February 24, 2014 at 9:52 pm #228684
Hi
The standard theme sidebar for the blog page has recent posts included and the list is displayed underlined with small italic text.
How do I change that style ?
Cheers
Lee
February 25, 2014 at 6:08 am #228871Hey Lee!
Try adding this code to the Quick CSS:
.recentcomments a, .widget_recent_entries li a { font-style: normal !important; }
Cheers!
JosueFebruary 25, 2014 at 10:21 am #228929Hi Josue
Thanks very much :o)
That removed the italic thanks, how can I change font type ?Cheers
Lee
February 25, 2014 at 1:53 pm #229008Hey!
Please add following code to Quick CSS as well
.recentcomments a, .widget_recent_entries li a { font-family:"Times New Roman",Georgia,Serif; }
Best regards,
YigitFebruary 25, 2014 at 9:12 pm #229197Thanks Yigit
I assume thats the standard font as nothing has changed, do I just subsititute other font styles in the css ?
Cheers
Lee
February 25, 2014 at 9:22 pm #229202Hi Leee!
Yes, you can change it to any other available font, for example:
.recentcomments a, .widget_recent_entries li a { font-family: 'Arial', 'Helvetica', sans-serif; }
Regards,
JosueFebruary 25, 2014 at 9:33 pm #229209Thanks guys, not having any effect yet.
I’m adding it to the theme / Styling / Quick CSS ?
I’ll keep trying.
Cheers
Lee
February 25, 2014 at 9:36 pm #229213Done it !
Must have been my mistake.
Support here is superb, especially for us numpties !!
Thanks ever so much.
Size wise I can just add the size code as normal ?
Lee
February 25, 2014 at 10:15 pm #229223Yes, that would be font-size:
.recentcomments a, .widget_recent_entries li a { font-size: 22px; }
Regards,
JosueMay 6, 2014 at 5:11 am #260556Dear Friends,
Just reading through the thread… Can you please share some code that would place bullets or some spacing between the “recent posts” as they are listed in footer and sidebar widgets… or maybe a line between the posts would look good?
You can view an example of how the posts just kind of run together in the footer here http://www.tampabaychurchplanting.com or in the sidebar widget here http://www.tampabaychurchplanting.com/blog/
Thanks for your help.
Sincerely,
Boe
- This reply was modified 10 years, 6 months ago by boeellis.
May 6, 2014 at 5:32 am #260560Hey Boe!
Try adding this code to the Quick CSS:
.widget_recent_entries li { margin-bottom: 5px; border-bottom: 1px dotted #d3d3d3; padding-bottom: 5px; } #footer .widget_recent_entries li { border-bottom: 1px dotted #444444; }
It would be better to open a new thread next time :)
Cheers!
Josue -
AuthorPosts
- You must be logged in to reply to this topic.