Option to select different theme for mobile

Under this feature, user can select a different theme that will be rendered for mobile devices.
I think it can be implemented in Ghost.

I think this is down to the theme developer and not Ghost to implement. Using responsive web design and CSS media queries you can change the design completely depending on the size of the screen

1 Like

Is it possible to load different index.hbs & post.hbs depending upon device?

As mentioned in Is it possible to load different layout for mobile? - #4 by vikaspotluri123, no.

If you really want to do something like this, your best bet is client-side js

1 Like