Change a colour of a tag in Estimates

Continuing the discussion from Global CSS template:

I would like to change the colour for tag “Agreed” in Estimates as the same colour is used for “Sent” estimates.

Any ideas how do this?

Hi @alan_mcbrien

There isn’t a way to do this at the moment based on the ‘Accepted’ value, as it uses a global CSS class.

I have however referred this to our development team to see if we can make an amendment which would allow you to change this.

I’ll certainly let you know if we manage to sort anything out here.

It’s no big thing really, as they are easily filtered using the Advance Search. Just makes thing’s pretty!

1 Like

Hi @alan_mcbrien

We are just deploying an update, this will include special CSS tags on the status boxes. They will take the form…

.invstatus_agreed
.invstatus_sent
etc

You can then add your own custom CSS code as follows:

.invstatus_agreed {
background-color: #8f73ba !important;
}

.invstatus_sent {
background-color: #d19b68!important;
}

Let us know if you need any assistance setting up the CSS.

1 Like

Quite easy with you help, thank you much easier to view.

2 Likes

Changed the colour for “Agreed” when looking in Estimates, but on the Client’s Cover Page it is still showing the old colour

Ah most likely yes, this client areas uses a different CSS template, also (and more importantly) I think the changes were only made on the admin system.

I’ll ask for that to be ported across.

This topic was automatically closed after 7 days. New replies are no longer allowed.