- Posts: 7
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- AllVideo 3.1 -- Remove the Ugly black/gray background
AllVideo 3.1 -- Remove the Ugly black/gray background
- Vector
-
Topic Author
- Offline
- New Member
Less
More
15 years 5 months ago #28520
by Vector
AllVideo 3.1 -- Remove the Ugly black/gray background was created 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.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
15 years 5 months ago #28521
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: AllVideo 3.1 -- Remove the Ugly black/gray background
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.
- kdegraaf
-
- Offline
- New Member
Less
More
- Posts: 1
15 years 5 months ago #28522
by kdegraaf
Replied by kdegraaf on topic Re: AllVideo 3.1 -- Remove the Ugly black/gray background
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
15 years 5 months ago #28523
by Katia
to this:[/code]
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: AllVideo 3.1 -- Remove the Ugly black/gray background
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;
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- AllVideo 3.1 -- Remove the Ugly black/gray background