Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Trying to create a custom theme

    Knowledge Base
    2
    2
    650
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      pelomedusa last edited by

      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

      1 Reply Last reply Reply Quote 0
      • R
        rahul last edited by

        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

        1 Reply Last reply Reply Quote 0
        • First post
          Last post