Jump to content

Colour Change


kelsoroofer

Recommended Posts

  • 2 weeks later...

The best way of changing the style of the default is to creat a copy of the style.css file give it you own name, then alter the app.blade.php file to include your style after the line for the original style.

 

Then you can alter the colours and add any alterations you want.  There are plenty of examples on the web.

 

https://getbootstrap.com/docs/4.6/layout/grid/

 

https://www.w3schools.com

 

Just a couple of great locations to research.  I had started way back trying to alter the default style.css until I was told to leave that one and create your own, that way any updates to the default style does not break your work.

 

Hope this helps, I only started in November with no experience of this and with guidance from the guys on discord.

 

regards

 

Doug

Link to comment
Share on other sites

On 1/31/2021 at 2:56 PM, kelsoroofer said:

Thanks, managed to change the colour now, Is there a way to change the blue vms logo at the right, (the drop down for profile / Admin) I tried to change the SVG icon but it still apears

Yes, you have to replace the gravatar line with your own link.

 

Doug

Link to comment
Share on other sites

  • 1 year later...
38 minutes ago, anderluizferreira said:

Hello

I already made some changes to change the gravatar, but it doesn't change.
Can someone help me what I'm doing wrong.

 

You should not be playing with the core config files directly, just define it in your env.php only ;)

 

/**
 * DO NOT EDIT THIS OR ANY OF THE CONFIG FILES DIRECTLY
 * IF YOU DO, YOU NEED TO RESTORE THOSE CHANGES AFTER AN UPDATE
 */

 

# GRAVATAR DEFAULT
GRAVATAR_DEFAULT_AVATAR='https://latamv.com.br/piloto.png'

 

And then clean your application cache for the env changes to be recognized. Kindly visit Admin > Maintenance page

 

image.png.585c476fdc8da663fdbad8f2f21db4bd.png

 

  • Like 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...