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

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

How to make slider background transparent?

M_shah
7-Bedrock

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