Jump to content

How can I change the logos for images in PNG.


jftejeiro

Recommended Posts

 

2 hours ago, jftejeiro said:

How can I change the logos for images in PNG.
logo.svg - logo_blue_bg.svg etc ..

 

Upload your own logo to your server... Then edit the blade files to use your logo files instead of the pre-defined / default ones.

 

Original Logo (example)

<img src="{{ public_asset('/assets/img/logo_blue.svg') }}" class="rounded img-mh50">

Your Logo (example)

<img src="{{ public_asset('/myfolder/myanotherfolder/mylogo.jpg') }}" class="rounded img-mh50">

or 

<img src="{{ public_asset('/myfolder/mylogo_big.png') }}" class="rounded img-mh100">

 

Commonly, editing app.blade.php of your theme would be enough to apply your logo to all other blades. ( This depends on the theme you use, default / disposable / stisla uses the same logic but others may be different )

  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...