Title: CSS Styling
Last modified: August 22, 2016

---

# CSS Styling

 *  [Svend Rugaard](https://wordpress.org/support/users/svend-rugaard/)
 * (@svend-rugaard)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/css-styling-13/)
 * I am using Themefuse styled theme, and want to get the SAME colors as the widget
   use on my site but i cant get it to work.
 * The css style for the theme is for widget looking like this
 *     ```
       .main-row-bg-2 .widget { <-- this is how far it is to the top of the widget.
         padding-top: 50px;
         padding-bottom: 50px;
       }
       .main-row-bg-2 .widget-title { <-- This is the text color on the widget --
         color: #fff;
         font-size: 14px;
         text-transform: uppercase;
         margin-bottom: 2em;
       ```
   
 * how do make the same work on the css you provided ? I dont know what is the top
   and not in your oonfiguration.
 *     ```
       I have tried everything the Widgets TITLE and text isnt changing
   
       <code></code>// Live Stream Badger
       .lsb-status-widget-holder {
       color: #fff;
         font-size: 14px;
         text-transform: uppercase;
         margin-bottom: 2em;
       ```
   
 *  padding-bottom: 50x;
    padding-top: 50x; } .lsb-status-widget-holder ul { list-
   style-type: none; } .lsb-status-widget-list-item { color: #fff; font-size: 14px;
   text-transform: uppercase; margin-bottom: 2em;` } .lsb-status-widget-list-item.
   lsb-on { } .lsb-status-widget-list-item.lsb-off { } .lsb-status-widget-title {
   color: #fff; font-size: 14px; text-transform: uppercase; margin-bottom: 2em;
 * [https://wordpress.org/plugins/live-stream-badger/](https://wordpress.org/plugins/live-stream-badger/)

The topic ‘CSS Styling’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/live-stream-badger.svg)
 * [Live Stream Badger](https://wordpress.org/plugins/live-stream-badger/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/live-stream-badger/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/live-stream-badger/)
 * [Active Topics](https://wordpress.org/support/plugin/live-stream-badger/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/live-stream-badger/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/live-stream-badger/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Svend Rugaard](https://wordpress.org/support/users/svend-rugaard/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/css-styling-13/)
 * Status: not resolved