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 path resources/themes/default/views specified in theme.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 the resources/themes inside my own project

    in 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:

    alt text

    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


Log in to reply