cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Translate the entire conversation x

How to make slider background transparent?

M_shah
10-Marble

How to make slider background transparent?

 
ACCEPTED SOLUTION

Accepted Solutions

use 

 

background-color:transparent;

into css of the Slider.

 

example :

 

.back {
background-color:transparent;
}

 

bye 

Giuseppe

 

View solution in original post

2 REPLIES 2

use 

 

background-color:transparent;

into css of the Slider.

 

example :

 

.back {
background-color:transparent;
}

 

bye 

Giuseppe

 

Thanks for your support @Giuseppe_Fiore

Announcements
Top Tags