Change back color in H4 coluns

Hello,

I try to find the right point in CSS but I can

1 answer

Profile photo of JA Developer 0.00 $tone February 8, 2010
Public

Hi guys

I am sorry for this later

Please open skin/frontend/default/jm_rasite/css/theme.css file, find following code section:

Code:

/*Mis---*/
span.first-word { 
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #FFF; 
	background: url(../images/first-word-basic.gif) no-repeat left top;
	float: left;
	margin-right: 5px;
}

span.first-word span { 
	background: url(../images/first-word-basic.gif) no-repeat right top;
	padding: 0 10px 0 0;
	height: 20px;
	line-height: 20px;
	display: block;
	float: left;
}

and change the images to your images.

Hope it helos

#1

This question is now closed

Written By

Comments