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: 
dineshkumar_e
Contributor II
Contributor II

How to overwrite the Qlik Sense Report Object Font color in QlikSense Mashup

Hi Experts, 

I am new to Qlik Sense Mashup. I had a requirement, in that I need to overwrite the font color of an object in mashup.

Say e.g: In Qlik Sense report the font color of an object is black

               In Qlik Sense Mashup the font color of an object should be red

I tried adding the properties in .css file, font color alone is not working, but remaining styles(background color,padding) are working as expected.

Kindly help on this.

Below is the html code for the corresponding section:

<div class="row">
<div class="col-lg-2 borderShadow qvobject" id="QV01" >
</div>

<div class="col-lg-2 borderShadow qvobject" id="QV02" >
</div>

</div>

Below is the CSS code for the corresponding section:

#QV01{
background-color:yellow;
height: 30px;
left:10px;
text-transform: uppercase;
color:red;
}
#QV02{
background-color:yellow;
height: 30px;
left:20px;
}

 

 

 

 

 

Labels (1)
1 Reply
Anil_Babu_Samineni

Syntax is okay to me, Can you share the image from mashup where it is not returning?

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