The Title for my recent post widget is just so bland. Shouldnt there be a background like on the live demo? How can I change this it looks so bland and boring without some sort of background for the text for my widget.
www.techzibit.com
Thanks for any timely responses.
2 replies to this topic
#1
Posted 03 November 2012 - 05:27 PM
#2
Posted 03 November 2012 - 07:29 PM
Any help please?
#3
Posted 03 November 2012 - 11:17 PM
Support on the forum on weekends is limited. I apologize for the delay.
The CSS for the background of your title block is:
You can change that background to any color you please by replacing the #FFFFFF, or, replace the entire thing with an image background.
It's easy to modify that element, as shown below:
The CSS for the background of your title block is:
.latest2 .block-title span {
background: none repeat scroll 0 0 #FFFFFF !important;
}
You can change that background to any color you please by replacing the #FFFFFF, or, replace the entire thing with an image background.
It's easy to modify that element, as shown below:
.latest2 .block-title span {
background: url(http://www.yoururl.com/full/path/to/image.png) repeat scroll 0 0 transparent;
color: #C00000;
margin-left: -15px;
padding: 10px;
text-align: center;
}










