CM2008
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Change font size of blog post titles in "Recent Posts" widgetI just noticed the moderator note to use backticks.
Sorry about that!
I’m hoping someone can help me with this.
Edit – I see the backticks when I edit the post but the post itself doesn’t look any different – I hope I’m doing it right.
<div class="widgetBoxOuttr"><div class="widgetBoxBttm"><div class="widgetBoxIn"> <div id="recent-posts-3" class="widgetCont widget_recent_entries"> <h3 class="widget-title">Recent Posts</h3> <ul> <li><a href="http://www.businessinblossom.com/organizing-your-office-by-organizing-your-business">Organizing Your Office by Organizing Your Business</h2>"><h2>Organizing Your Office by Organizing Your Business</h2></a></li> <li><a href="http://www.businessinblossom.com/virtual-assistants-top-traits-to-look-for">Virtual Assistants – Top 3 Traits To Look For</h2>"><h2>Virtual Assistants – Top 3 Traits To Look For</h2></a></li> <li><a href="http://www.businessinblossom.com/5-tips-to-help-you-focus-so-you-can-get-more-done">5 Tips To Help You Focus So You Can Get More Done</h2>"><h2>5 Tips To Help You Focus So You Can Get More Done</h2></a></li> <li><a href="http://www.businessinblossom.com/permission-list-for-entrepreneurs">Permission List for Entrepreneurs</h2>"><h2>Permission List for Entrepreneurs</h2></a></li> <li><a href="http://www.businessinblossom.com/get-work-off-your-plate-5-features-for-google-users">Getting Work Off Your Plate – 5 Features for Google users</h2>"><h2>Getting Work Off Your Plate – 5 Features for Google users</h2></a></li> </ul> </div> </div></div></div><!--End of widgetBoxOuttr-->Forum: Themes and Templates
In reply to: Change white space between each line of textThanks wpbum.
That’s only changing the home page – the rest of the pages are staying the same.
Any other ideas where I might be able to change all the pages globally?
Thanks! I really do appreciate your help – I know it takes time.
Forum: Themes and Templates
In reply to: Change font size of blog post titles in "Recent Posts" widgetThanks for your help and time, wpbum.
It’s not working…
First I tried it like you gave it to me, then I tried adding it like this also:
.widgetCont widget_recent_entries h2 ( font-size: 14px; }But it isn’t working…below is the source code…does this offer any clues?
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
<div class="widgetBoxOuttr"><div class="widgetBoxBttm"><div class="widgetBoxIn"> <div id="recent-posts-3" class="widgetCont widget_recent_entries"> <h3 class="widget-title">Recent Posts</h3> <ul> <li><a href="http://www.businessinblossom.com/organizing-your-office-by-organizing-your-business">Organizing Your Office by Organizing Your Business</h2>"><h2>Organizing Your Office by Organizing Your Business</h2></a></li> <li><a href="http://www.businessinblossom.com/virtual-assistants-top-traits-to-look-for">Virtual Assistants – Top 3 Traits To Look For</h2>"><h2>Virtual Assistants – Top 3 Traits To Look For</h2></a></li> <li><a href="http://www.businessinblossom.com/5-tips-to-help-you-focus-so-you-can-get-more-done">5 Tips To Help You Focus So You Can Get More Done</h2>"><h2>5 Tips To Help You Focus So You Can Get More Done</h2></a></li> <li><a href="http://www.businessinblossom.com/permission-list-for-entrepreneurs">Permission List for Entrepreneurs</h2>"><h2>Permission List for Entrepreneurs</h2></a></li> <li><a href="http://www.businessinblossom.com/get-work-off-your-plate-5-features-for-google-users">Getting Work Off Your Plate – 5 Features for Google users</h2>"><h2>Getting Work Off Your Plate – 5 Features for Google users</h2></a></li> </ul> </div> </div></div></div><!--End of widgetBoxOuttr-->Forum: Themes and Templates
In reply to: Change font size of blog post titles in "Recent Posts" widgetThanks wpbum!
So I add that ANYWHERE in the style.css sheet (the style.css sheet seems to be broken up in different sections.)