Keyword

AllVideo 3.1 -- Remove the Ugly black/gray background

  • Vector
  • Vector's Avatar Topic Author
  • Offline
  • New Member
More
15 years 5 months ago #28520 by Vector
How do i remove that gradient background that starts off at black at the top and slowly turns to grey as you go down ....  I want it like before, no background behind the video player. this black 2 grey background really clashes with my website colors

Please Log in or Create an account to join the conversation.

More
15 years 5 months ago #28521 by Katia
Provide me with a url to your site please.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
15 years 5 months ago #28522 by kdegraaf
Hi Katia,

I have the same problem, how can it be fixed?
URL: www.klaasdegraaf.com/

Please Log in or Create an account to join the conversation.

More
15 years 5 months ago #28523 by Katia
element.style {
width:480px;
Change the background of the container at template.css file line 16

from this:
[code]span.avPlayerContainer span.avPlayerSubContainer {
-moz-background-clip:border;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#010101 url(../images/videoplayer-bg.gif) repeat-x scroll center bottom;
border:medium none;
display:block;
margin:4px auto;
padding:12px;
text-align:right;
}

to this:
span.avPlayerContainer span.avPlayerSubContainer {
-moz-background-clip:border;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:none;
display:block;
margin:4px auto;
padding:12px;
text-align:right;
}
[/code]

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum