Jump to content
WebFlake
  • 0

Royal Theme Shoutbox help


Klique

Question

i changed the shoutbox back ground but i'm having a white overlay hiding the background help please

/* MESSAGE STYLES */

.message {
	background: url(http://www.jamaicansmusic.com/images/uploads/genres/dancehallscene2.jpg) repeat-x 0 0;
	padding: 10px;
	border: 1px solid #a8c471;
	text-shadow: rgba(255,255,255,0.55) 0px 1px 0px;
	line-height: 1.6;
	font-size: 12px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
	box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
}

8143605_220858136_14319792.jpg?AWSAccess

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

The change you made is absolutely wrong.

Restore code.

/* MESSAGE STYLES */

.message {
	background: #cde3a4 url('{style_images_url}/highlight.png') repeat-x 0 0;
       	padding: 10px;
	border: 1px solid #a8c471;
	text-shadow: rgba(255,255,255,0.55) 0px 1px 0px;
	line-height: 1.6;
	font-size: 12px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
	box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
}

Then create a topic you want to do.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...