Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
jmcy2408
Contributor III
Contributor III

css code for new straight table

I have a code which works with the old straight table but not the new straight table under the visualization bundle.

I'm assuming i've got the wrong class but i can't find the correct class to use for the new straight table.

 

.qv-object-content table thead th {
  background-color: #000000;
  font-weight: bold;
}

 

anyone been able to customise the header-cell background colour in the new object yet?

Labels (1)
2 Replies
Anil_Babu_Samineni

@jmcy2408 I will recommend to use the Developer tools / Short key (Ctrl + Shift + I) and check where exactly you looking styles. With this, you can get exact HTML Class or ID and that can be used in your CSS.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
jmcy2408
Contributor III
Contributor III
Author

Its a good suggestion.  I did try this but couldnt locate it, i did find sn-table.

Oddly - that CSS code is working for me today, when yesterday, it wouldnt.