Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #9651
    kulsoomtm
    Member

    Hi

    I am using your catch box pro theme. I have question to if i want to add different backgrounds colors to different widgets, is it possible to do??

    2nd, If i only want to change only header color of different widget? then can you help me?

    thanks in advance!

    #9696
    Sakin
    Keymaster

    @kulsoomtm: For that you need to add custom css. Can you send me site URL and tell me which all to change and the color code. Then I will send you the css.

    #9698
    kulsoomtm
    Member

    Yeah sure!

    Its
    http://smstarka.com/

    Its still in under development process.

    Thanks

    #9723
    Sakin
    Keymaster

    @kulsoomtm: I got the URL but you didn’t told me which widgets to change.

    #9737
    kulsoomtm
    Member

    As i told you before.

    If i want to add different backgrounds colors to different widgets, is it possible to do??

    2nd, If i only want to change only header color of different widget? then can you help me?

    #9739
    Sakin
    Keymaster

    @kulsoomtm: Yes you can but since this will be custom work you need to tell me exactly to which widget. So, I can check that widget id and send you the css.

    #9740
    kulsoomtm
    Member

    OK…I want to change the header color and font for Currency Converter!,Special Recent Posts, Categories, Recent Comments, Top Posts & Pages, Subscribe to Blog via Email, Tags all these widgets.

    #9778
    Sakin
    Keymaster

    @kulsoomtm: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `/* For Currency Converter Widget header background color and font color */
    #text-2 .widget-title {
    background-color: #000;
    color: #fff;
    }
    /* For Recent Special Post */
    .widget_specialrecentpostsFree .widget-title {
    background-color: #000;
    color: #fff;
    }
    /* For Categories */
    .widget_categories .widget-title {
    background-color: #000;
    color: #fff;
    }
    /* For Recent Comments */
    .widget_recent_comments .widget-title {
    background-color: #000;
    color: #fff;
    }
    /* For Top Posts & Pages */
    .rw_top_rated .widget-title {
    background-color: #000;
    color: #fff;
    }
    /* For Subscribe to Blog via Email */
    .jetpack_subscription_widget .widget-title {
    background-color: #000;
    color: #fff;
    }
    /* For Tags */
    .widget_tag_cloud .widget-title {
    background-color: #000;
    color: #fff;
    }
    /* For all Widget title at once */
    .widget-title {
    background-color: #000;
    color: #fff;
    }

    #9792
    kulsoomtm
    Member

    THANKS SOOO MUCH..!

    IT’S LOOKING GREAT THERE!

    THANKS AGAIN!

    GOD BLESS

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Different colors to different widget’ is closed to new replies.