Hi All.
Could anyone tell me how to fix these couple of errors on the black template video player/details page.
http://i744.photobucket.com/albums/x...ehead/bug1.jpg
http://i744.photobucket.com/albums/x...ehead/bug2.jpg
Thanks.
Printable View
Hi All.
Could anyone tell me how to fix these couple of errors on the black template video player/details page.
http://i744.photobucket.com/albums/x...ehead/bug1.jpg
http://i744.photobucket.com/albums/x...ehead/bug2.jpg
Thanks.
Are you asking about the color ?
Find out the following from black.css
div#video-share-links > form > div > label {
background-color:#FFFFAA;
margin-left:1px;
padding:2px;
width:180px;
}
and Replace with below code
div#video-share-links > form > div > label {
background-color:#000000;
margin-left:1px;
padding:2px;
width:180px;
}
Cheers Buyscripts your the man ;).
A simple search and replace in black.ccs of FFFFAA for 000000 cured both cases.
Thanks again.