Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!!
Below is my css for my custom theme and how I reference it in my json file. For some reason the sheet title image is not rendering. Sometimes it randomly will but then I'll make a small change and it will not render. Any ideas on what is going on?
I got it to work by using this in my css
Hi @HartbargerL
Also cant seem to get this with CSS, But on the styling tab you can do it.
Seems like is must be something like this
.qv-object-action-button
Regards - Jandre
Mark the solution as accepted that solved your problem and if you found it useful, press the like button! Check out my YouTube Channel | Follow me on LinkedIn
Hi @HartbargerL
The .qv-object-action-button works but its like the blue part is different... very weird.
Here is my CSS
.qv-object-kpi, .qv-object-barchart, .qv-object-scatterplot, .qv-object-action-button {
border-radius: 30px;
background: #fafafa;
box-shadow: 10px 10px 30px #bdbdbd,
-10px -10px 30px #ffffff;
}
Mark the solution as accepted that solved your problem and if you found it useful, press the like button! Check out my YouTube Channel | Follow me on LinkedIn
I got it to work by using this in my css
Hi @HartbargerL
Thanks for letting me know!
Regards Jandre
Mark the solution as accepted that solved your problem and if you found it useful, press the like button! Check out my YouTube Channel | Follow me on LinkedIn