Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear ALL
We are not getting below error while writing below css code in custom css window of "Advanced KPI" object
Also we tried below code
& .qv-inner-object {
border: 3px solid #fff;
border-radius: 20px;
}
& .qv-object-advanced-kpi {
border-radius: 25px !important;
}
& article {
border: 0px !important;
}
Try this
.qv-object .qv-inner-object
{
background-color: transparent !important;
}
Dear nagarju
It is working perfect for me now.
But, it is getting applied for all the objects so I try to mentioned specific object as below so no luck
='div[tid="fqBFf"].qv-object .qv-inner-object
{
background-color: transparent !important;
}
article {
border: 0px !important;
}'
Something wrong here?
Thank you.
Check this
=div[tid='fqBFf'] .qv-object .qv-inner-object
{
background-color: transparent !important;
}
article {
border: 0px !important;
}