Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3616
    PMSkita
    Member

    Hi again,

    I’ve searched all 9 pages and answered quite a few of my own questions by doing so but there are a couple more that I couldn’t find.

    I tried it on my own to edit the widget titles and failed. The CSS you posted on another thread to change the color and the inside text color worked but it’s the title that I need changed to match the post title colors.

    My other question is how can I change the color of the title, gray box and “post” button of the comment section?

    I don’t think I said this last time but I really appreciate the quick responses here and love how great this theme works for so many different sites and how easy it is to customize it. I’ve recommended Catch themes to friends starting up their sites as well 🙂

    #3617
    PMSkita
    Member

    Whoops, the site is http://www.pinmyselfskinny.com

    #3640
    Sakin
    Keymaster

    @PMSkita: Here goes the css that you can add it in “Custom CSS” box in your theme options page.

    /* For Widget Title */
    .widget-title, .widget-title a {
    color: #735C50;
    }
    /* For comment title */
    .reply-title {
    color: #735C50;
    }
    /* For Comment Grey Box */
    #respond {
    background-color: #CCCCCC;
    }
    /* For Comment Post Button */
    #respond input#submit {
    background-color: #222222;
    }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Widget/sidebar menu color and comment box colors’ is closed to new replies.