CSS Styling
-
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;
- The topic ‘CSS Styling’ is closed to new replies.