• I’m not able to find where to change the color on the side bar Titles.(want to change that small piece of red to green) The site is http://www.TheLawnBarberLLC.com You’ll see I’ve change all other colors from red to a #006600 green & this is the last part I’m trying to change. I’ve searched the css & sidebar files but cant seem to get it. Please help. I’m not a beginner, yet not an expert 🙂

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Look for this piece of code in your style sheet.

    .widgettitle {
        background: url("images/widgettitle-bg.png") no-repeat scroll left top transparent;
        margin: 0 0 10px;
        padding: 10px 0 10px 14px;
    }

    You need to change the image file “widgettitle-bg.png”

    In the future, you should use Firebug for Firefox to interpret the CSS code.

Viewing 1 replies (of 1 total)
  • The topic ‘Please Help Quick Fix’ is closed to new replies.