szool 0 Report post Posted October 25, 2010 1. I'd like to be able to make my sidebar titles upper and lower case 2. I'd like to bold the sidebar titles I know it is custom css code, just need to know the code. Thanks!! Share this post Link to post Share on other sites
cmunns 16 Report post Posted October 25, 2010 Hey Soljon, Can you remind me what theme. Maybe provide a link again? Share this post Link to post Share on other sites
szool 0 Report post Posted October 26, 2010 Well on this one it is the default WhiteHouse Pro theme. I'd just like to find the settings for changing the default font size and color so I can make it bigger or smaller, bold, upper and lower case, etc. Share this post Link to post Share on other sites
cmunns 16 Report post Posted October 26, 2010 For the sidebar title you would change these CSS rules ` #sidebar .wtitle { background:url("../images/sidebar_title_effect.png") no-repeat scroll center bottom transparent; color:#999999; font-size:1.1em; letter-spacing:0.3em; margin-bottom:5px; padding:3px 0 20px; text-align:center; text-shadow:0 1px 0 #FFFFFF; text-transform:uppercase; } ` For the actual sidebar content you could just make a custom css rule to say `#sidebar {font-size:14px; font-family:arial,...;}` and adjust accordingly. Share this post Link to post Share on other sites
szool 0 Report post Posted October 26, 2010 sounds like exactly what I am looking for! But where do I make the edits to the css rules you referenced above? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted October 27, 2010 Paste them in: Theme Options > Custom Code > Custom CSS Thanks, Bryan Share this post Link to post Share on other sites
szool 0 Report post Posted October 28, 2010 can I change the background on the titles to stand out a bit more, make it a bit darker? On some LCD panels you can barely see it. Thanks! Share this post Link to post Share on other sites
cmunns 16 Report post Posted October 28, 2010 Are you talking about the underline effect. That is an image and would have to be edited via a graphic program Share this post Link to post Share on other sites
nodebud 0 Report post Posted December 20, 2010 I'm able to change the size of the fonts in my sidebars, but I'm not able to change the color. #sidebar didn't work for me. Here's the link: http://www.quickiechick.com/category/quickie-workouts/daily-100-quickie-workouts/ Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted December 21, 2010 `body #sidebar a, body #sidebar .widget ul li a{color:#000}` Thanks, Bryan Share this post Link to post Share on other sites
nodebud 0 Report post Posted December 21, 2010 Thanks Bryan. I had to change it to #sidebar1 and #sidebar2 to work. Share this post Link to post Share on other sites