annie 0 Report post Posted June 3, 2010 on the highlight template? would love to change the size. figured out how to do it for the feature title, but not the text. thanks a million, a Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 3, 2010 Are we talking about the highlight text? or the feature text? Also, what theme and version are you on? I link or pic would help if you are confused on which is which Share this post Link to post Share on other sites
annie 0 Report post Posted June 3, 2010 the highlight template. the feature text. like on this page the text that say: "are forward thinking leaders of businesses... http://www.sourceintegral.com/?page_id=723 thanks a Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 3, 2010 try this css rule: `.fcontent p {font-size:10px;}` or whatever size you like. Share this post Link to post Share on other sites
annie 0 Report post Posted June 3, 2010 hey, thanks. it made both the feature title and the feature text the same size. I want to keep the feature title the font size it is, just change the featured text.tried just doing .ftext p {font-size:12px;} it didn't work. thanks for the help. a Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 4, 2010 oh right. Okay change it to this then: `.fcontent .ftitle + p {font-size:11px;}` Share this post Link to post Share on other sites
annie 0 Report post Posted June 4, 2010 perfection. thanks Share this post Link to post Share on other sites