Showing 1 – 1 of 1 replies
TangoX

Remember last theme selected

TangoX
6 months ago
Hi!
A question, how can i save, maybe in cookie or better in DB, and recall last theme selected by the user?
I noted that changing page the theme loaded is the default (the red one).

Thanks
rushenn
rushenn SELLER
6 months ago
Hi there,

You'll have to use a localStorage solution to retrieve the previously loaded background. I would suggest you to use the example given in the Bootstrap documentation:

https://getbootstrap.com/docs/5.3/customize/color-modes/#javascript

Regards.