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

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

How to make slider background transparent?

M_shah
7-Bedrock

How to make slider background transparent?

 
1 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

Top Tags