| |
Hi Josh, I'm using the 'cup-o-joe' template and wondering how I might reduce the width (and possibly the color) of the pullquote? Also, is there a way to remove the large blue inverted commas that appear within pullquotes? Thanks
Jerry 06/08/2010
Hi Jerry, You can change the pullquote styles by editing the theme style sheet ("Layout>Edit Theme Style Sheet"). Find this entry: blockquote.bmc_bigPullquote, blockquote.bmc_smallPullquote { padding-left: 45px; background: #def url(bm.theme/quote.gif) no-repeat 3px 3px; } ...and remove the "padding-left" and "background" lines to get rid of the quotation mark. Replace with whatever width you'd like to use instead. For example: blockquote.bmc_bigPullquote, blockquote.bmc_smallPullquote { width: 150px; } Hope that helps! As always, please let me know if you have any questions or otherwise run into any problems. All best, Josh |

