Need a special offer?Find out if your project fits.
+

dark theme for dashboard

Answered
Sankalp Mogulothu asked on October 16, 2020

Hello,
I was trying to change the background color/theme for the dashboard I created, but for some reason, it is not functioning correctly.
I inserted the following tag but it doesn't do the trick.

    <link rel="stylesheet" type="text/css" href="/theme/lightblue/flexmonster.min.css" />

Attachments:
example.PNG

1 answer

Public
Milena Pechura Milena Pechura Flexmonster October 20, 2020

Hello, Sankalp,
 
Thank you for posting to our forum.
 
Please kindly note that the href attribute of the link tag specifies the path to the flexmonster.min.css file with a chosen theme. The path is relative to the HTML file you added link to. We suggest checking whether the href is defined correctly.
 
Also, we would like to mention that all our themes are uploaded on CDN. Therefore, the href attribute can have the following value: "https://cdn.flexmonster.com/theme/lightblue/flexmonster.min.css". 
 
In the question title, you specified that the desired theme is dark. To apply this theme, please change the "lightblue" to "dark" in the href.
 
Hope it helps!
 
Best regards,
Milena

Please login or Register to Submit Answer