Hi, we run two companies on Quickfile, is it possible to change the colours of banners, etc. so that it is easy to visually differentiate between the two companies.
Thanks for great accounting software.
Hi, we run two companies on Quickfile, is it possible to change the colours of banners, etc. so that it is easy to visually differentiate between the two companies.
Thanks for great accounting software.
Thanks for your positive words
Do you have a Power User Subscription? If so, you should be able to achieve this with a bit of custom CSS. Let me know, and I’ll see what I can put together for you
Yes we have Power User Subscriptions on both companies.
If you go to Account Settings >> Design customisation >> Advanced CSS & HTML Customisation, you can edit the Global CSS file to customise the colours.
If you’re not familiar with hex colours, take a look here, pick a new colour, and note the one that starts with the hash (e.g. #4C7FFF).
Something like the following would then change 2 parts:
/* #000000 = Black */
.hMenuBar {
background-color: #000000; /* <-- Put your new hex colour here */
}
.darkCell {
background-color: #000000;
}
This will change the main navigation bar, and the blue cells. You may need to press Ctrl + F5 to see the change take effect.
It may be a good idea to have the CSS editor open in one tab, and the dashboard open in another.
Hope that helps?
Brilliant!!
That’s great, thank you very much, no mistaking the accounts now.
Thanks again.
This topic was automatically closed after 7 days. New replies are no longer allowed.