View Single Post
  #6 (permalink)  
Old 05-05-2009, 08:23 PM
admin admin is offline
Administrator
 
Join Date: Apr 2007
Posts: 2,121
Default Re: Upgrade vShare 2.6 to vShare 2.7

Quote:
Originally Posted by mule
Oh, and when you switch to the black template, it displays the default vshare logo and watermark.
Replace templates/css/black/images/logo.jpg

Or if you need to use default logo, edit

templates/css/black/black.css

Find

Code:
#header h1 {
	margin: 0px;
	padding: 0px;
	background: transparent url(./images/logo.jpg) no-repeat;
	text-indent: -9999px;
	float: left;
	display: inline;
}
Replace with


Code:
#header h1 {
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/logo.jpg) no-repeat;
	text-indent: -9999px;
	float: left;
	display: inline;
}
__________________
vShare Youtube Clone
Reply With Quote