lmmolitor 0 Report post Posted February 3, 2011 I'm using iblogpro and would like to know if there is any way to make text in a feature module bold? I would like to call out specific text in a feature copy block via either bold, italics or color ... how do you do that? Share this post Link to post Share on other sites
Andrew 207 Report post Posted February 4, 2011 yes, just add `your text` that should do it right? Share this post Link to post Share on other sites
lmmolitor 0 Report post Posted February 4, 2011 Thanks Andrew - Quick follow on ... you can see in the feature area on my site http://www.greenbankdevelopment.com/ that I've bolded the text "Starting int he $590's" ... i've added the to start the bold text on a separate line but want to add a tad more space between the end of the larger paragraph and the bolded text ... any easy way to do that? Share this post Link to post Share on other sites
kastelic 6 Report post Posted February 4, 2011 Try adding this code your your custom CSS box: #feature .ftext strong {line-height:25px;} Of course that will change any bolded text within a feature box, so let me know if that's a problem and I'll give you a different code. Share this post Link to post Share on other sites