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

Custom CSS

Ubafeesh
2-Guest

Custom CSS

When attempting to create custom CSS, how do I target the correct div I'm trying to affect?

 

For instance, the top bar widget of my master file is Header, but this is not the div name nor is the ID container-2. 

 

I'm trying to do something as simple as changing root mashup (body) background.

 

I'm a web developer so perhaps my understanding of how this works within thingworx is a little skewed.

 

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions

New Composer is available with the 8.2. You need to turn on new Composer features under Administrator > Preferences > Turn on New Composer Features

 

Here is a Guide to getting started:

https://developer.thingworx.com/resources/guides/css-quickstart

View solution in original post

5 REPLIES 5

Ok I think I see that you have to use CustomClass to name the DIV. 

 

The tutorial says "click the CUSTOM tab" to add a CSS block but I don't see that anywhere.

Is the NEW COMPOSER different than the 8.2 trial? I'm not seeing any CUSTOM CSS tab anywhere.

New Composer is available with the 8.2. You need to turn on new Composer features under Administrator > Preferences > Turn on New Composer Features

 

Here is a Guide to getting started:

https://developer.thingworx.com/resources/guides/css-quickstart

Often the div ID has root_ pre-pended to the ID you see in Mashup Builder. For example, if the ID in Mashup Builder is container-2, the div id is root_container-2

Thanks for your response!

There has to be a way for me to SEE the div name tags somewhere?

Top Tags