Hi
I am suffering to find a way, i would like to ask, is it possible we can give background only one box not all ?? please have a look screenshot,
Screen shot 2012-04-17 at 1.21.43 PM.png
You can see In box is written Property Search,
If you check on property.luxos.com, for Follow US or other module heading we want to keep same look.
I know code is this for doing above changes , but dont want to give this change to other boxes
- Code: Select all
.box h3.header,
.box_menu h3.header,
.box_text h3.header {
font-size: 22px;
font-weight: normal;
line-height: 22px;
color: #999;
margin-bottom: 16px;
margin-top:-5px;
text-transform: uppercase;
}
Thanks