How to change the main color on the Blue invoice template

Created: 2017-07-10
Last updated: 2021-11-09
Post view count: 3238

After that click onto Save button.
Example of said option would be just like the one below:
If you would like to change the color on the Blue template, go to Settings > Account settings > Print settings > Configuration > Customize print with CSS.
All you have to do now is to insert a CSS code (below) into frame.


}
@media all{
table th,
.invoice_outline table th,
strong,
.invoice_outline strong {
color: #DF0101;
}​


After that click onto Save button.

How to change the main color on the Blue invoice template 1
Example of said option would be just like the one below:

How to change the main color on the Blue invoice template 2

In the CSS code example (above) we used the red color coded in hexadecimal format (#DF0101).
You can customize the color displayed on your invoices by using any color in hexadecimal format. There are many colors to use that can be found on the Internet.

 

Create unlimited invoices and more with InvoiceOcean. Start your 30-day free trial.

Sign up free


Back


Add Comment