How to change widget background color?
3 posters
Page 1 of 1
Re: How to change widget background color?
Hi,
In your CSS you have this code:
Change the color here:
In your CSS you have this code:
- Code:
.h3 {
background-color: red;
border-bottom: 3px solid #CCC;
color: #FFF;
font-family: \\\'quicksand\\\';
font-size: 20px;
font-weight: 700;
letter-spacing: 3px;
padding: 10px;
text-align: left;
text-transform: uppercase;
vertical-align: middle;
width: 100%;
}
Change the color here:
- Code:
background-color: red;
Re: How to change widget background color?
Hello, h3 refers module of widget or not? I set red for who is online bar but sadly it shows in widget
Also tell me how to change black ground color or image in widget and also the gap in the right of widget bar?
Also tell me how to change black ground color or image in widget and also the gap in the right of widget bar?
Re: How to change widget background color?
For the widget background color, maybe this code is better:
Change color as you want
- Code:
.module.h3 {background-color: red;}
Change color as you want
Re: How to change widget background color?
Not working but can you tell me how to remove or change background of whole widget? I want to change this black shadow background of whole widget
Re: How to change widget background color?
Gray background #8F8DA0 in left widget
- Code:
#content-container div#left {
background-color: #8F8DA0;
color: #FFF;
float: left;
height: 100%;
left: 0;
overflow: auto;
padding: 10px;
position: fixed;
top: 0;
width: 270px;
}
Re: How to change widget background color?
Can you put here your CSS code ?Army wrote:Not working but can you tell me how to remove or change background of whole widget? I want to change this black shadow background of whole widget
Re: How to change widget background color?
Hi, could you please use a test account to check it? I cant copy css code indeed.
Re: How to change widget background color?
No, I would have to consult your forum with an account with administrator rights
And why can not you put your CSS code here?
And why can not you put your CSS code here?
Re: How to change widget background color?
Using mobile mate. So i asked u join in forum. I add u in acp panel to fix it
Similar topics
» Chat background color won't change.
» [background color update]-I want the code to change the background color
» How to change the background color for MOBILE
» [done]Change background color
» change posting background color
» [background color update]-I want the code to change the background color
» How to change the background color for MOBILE
» [done]Change background color
» change posting background color
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum