Change Theme
-
Hi ,
i Have already create new theme and put my costume css files .
but my problem on vue js what use in bigisto , because the shop.js file is so complex
and i can't use me theme because the vue code is everywhere , i cant separate your vue js code .can any one help me , to use my own css and js file in bagisto store
-
Yes, you can use your own css and js in bagisto store.Just follow the below steps
-
Under your package create folder structure like this resources->view->assets.
-
Under assets create two folder one as css put your css file under this folder and another as js put your all js file under this folder.
-
Now publish those directory to your public folder.
-
Now you have to add your js and css file path in your theme’s master layout.
-