nfardo 0 Report post Posted August 21, 2010 I want to draw emphasis to a title on a widget: http://pghfirm.powweb.com/about-flaherty-fardo/ Look at the title on the right: "Need Answers" How do I make that dark blue? thanks noah Share this post Link to post Share on other sites
nfardo 0 Report post Posted August 22, 2010 I'm not sure this is possible, via the current system? Share this post Link to post Share on other sites
msweeney1961 0 Report post Posted August 22, 2010 <p style="color:blue;">This CSS text color is blue</p> You need to add a bit of code to the template. Get more at http://www.quackit.com/css/tutorial/css_text.cfm Share this post Link to post Share on other sites
cmunns 16 Report post Posted August 23, 2010 this selector will do `#sidebar #text-13 .wtitle {color:darkBlue;}` Also, add this to get your form length in control `#sidebar #text-13 input {width:245px;}` Both can be placed in CUSTOM CSS portion of your theme options. Share this post Link to post Share on other sites
nfardo 0 Report post Posted August 23, 2010 Which CSS file? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted August 24, 2010 Paste this in your Custom CSS: `#sidebar #text-13 h4{font-weight:bold}` Thanks, Bryan Share this post Link to post Share on other sites
nfardo 0 Report post Posted August 24, 2010 http://pghfirm.powweb.com/practice-areas/pennsylvania-personal-injury-attorneys/ One of them worked. I added all three to Custom Code Custom CSS Insert custom CSS styling here (this will override any default styling): #sidebar #text-13 h4{font-weight:bold} #sidebar #text-13 input {width:245px;} #sidebar #text-13 .wtitle {color:darkBlue;} Share this post Link to post Share on other sites