Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
zied_ahmed1
Specialist
Specialist

pivot table with custom Theme

Hello,

I used a custom theme but the problem when the value is - it display it in white,

I tried to change the color but i can't for now,

Any suggestions please ?

Thank you question_new.PNG

1 Solution

Accepted Solutions
zied_ahmed1
Specialist
Specialist
Author

I found the solution :

Update the table CSS file..

C:\Program Files\Qlik\Sense\Client\assets\client\client.css

line 12180

.qv-object-content-container .qv-object-content table tr:nth-of-type(even) {

  background: transparent;

}

View solution in original post

5 Replies
zied_ahmed1
Specialist
Specialist
Author

zied_ahmed1
Specialist
Specialist
Author

I found the solution :

Update the table CSS file..

C:\Program Files\Qlik\Sense\Client\assets\client\client.css

line 12180

.qv-object-content-container .qv-object-content table tr:nth-of-type(even) {

  background: transparent;

}

Anonymous
Not applicable

Hi,

This code code will works only for the rows to apply the  background. but I want to give the borders and background color  for the pivot table Headers.

can you please give any suggestions to achieve this.

I have tried with this code but it doesn't works for me.

.qv-object-content-container .qv-object-content table th:nth-of-type(even) {

  background: #f9f5ed;

   border: 1px solid #848383;

}

Thanks,

santhosh

zied_ahmed1
Specialist
Specialist
Author

Try to add background color;

Anonymous
Not applicable

I have added the background color and border properties but that doesn't work