Trying to create a custom theme
-
Hi,
I would like to create my own them for the shop (not the admin)
I want to extend the default theme.
First i noticed the pathresources/themes/default/views
specified intheme.php
does not exist. Why is that? I'ts kinda confusing.If found this online in another post:
https://github.com/rahulshukla-webkul/bagisto-custom-theme
so i downloaded it and copied theresources/themes
inside my own projectin
themes.php
i added:'mytheme' => [ 'views_path' => 'resources/themes/mytheme/views', 'assets_path' => 'public/themes/default/assets', 'name' => 'Mytheme' ],
... and in select my new theme in my channel.
My problem is that my theme is still not used:Why is that? Thanks
-
Hi,
Please follow this link for creating custom theme -https://bagisto.com/en/create-custom-theme-in-bagisto/.
If you found any difficulty to implement this, please write to us.Thanks
Rahul Shukla