Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #3800
    Rufi139
    Member

    I would like to change the color of my sidebar text widget and also know if it is possible to make it transparent.

    #3809
    Sakin
    Keymaster

    @Rufi139: In Catch Box pro theme. You can add the following CSS in “Custom CSS” box in your Theme Options panel.

    /* To Change Sidebar Text Widget background to Transparent */
    .widget.widget_text {background-color: transparent; }

    #3822
    Rufi139
    Member

    Change sidebar widget color background for a specific widget and the border bottom.

     

    #3831
    Sakin
    Keymaster

    @Rufi139: For text widget then. Add the color code as need.

    .widget.widget_text { background-color: #eee; border-bottom: 2px solid #ccc;}

    #3848
    Rufi139
    Member

    I would like to change a specific widget, how do I,  ID an individual text widget, I’ve tried a couple of things but it changes all the widgets.

    #3876
    Sakin
    Keymaster

    @Rufi139: Why don’t you add the widgets in your site bar then send me your site URL and the widget name for which you want to change the color then I can send you the css.

    #4516
    Rufi139
    Member

    http://www.libertypraise.com/wordpress/

    how do I keep text color on page above, but change widget text color on this page  http://www.libertypraise.com/wordpress/613-commandments/

    #4526
    Sakin
    Keymaster

    @Rufi139: This page http://www.libertypraise.com/wordpress/613-commandments/ id is 140 so you can add the CSS in “Custom CSS” box in your Theme Options panel to change the text color of widget in this page.
    .page-id-140 .widget { color: #fff; }

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change Sidebar Widget Color Background’ is closed to new replies.