Theam changes
-
Hello!)
How to change title on home page ?
How to change theme color site ?
And how to change admin logo? -
Hi @Mr-full
Override Home Page's 'index.blade.php' file in laravel's default view & you fill find some like this in this file -
@section('page_title') {{ __('shop::app.home.page-title') }} @endsection
change this page title according to need.
You can change Admin login from configuration. (reffer - https://prnt.sc/oljck2)
How to change theme color site ? - does not get it. Can you explain more?
Thanks
-
Hi @rahul
How to change theme color site ? - does not get it. Can you explain more?Your site have button, text etc with blue color, but i want made it red how to do it?
And i mean this Admin login (reffer - https://prnt.sc/oloucb)
Thanks -
Hi @Mr-full
To Change button, text etc, you can create theme for front-end or you can override view files.
We have did changes for admin logo, kindly take pull from our repository.Please follow below link for theme creation & view overriding.
https://bagisto.com/en/create-custom-theme-in-bagisto/
https://forums.bagisto.com/topic/39/how-to-create-custom-theme-in-bagisto/10
https://forums.bagisto.com/topic/221/how-to-override-view-file-in-bagisto
Thanks