- Posts: 26
- Thank you received: 1
Invoice Plugin
8 years 3 months ago #294148
by szwart
Invoice Plugin was created by szwart
-- HikaShop version -- : 3.4.0
Hi
invoice plugin is working great!
only i wish to change the blue color to match with my site colors.
how can i change this?
now everything is blue marked, but i would like to make it #3E3422
and if the shipping address is different from invoice address i would like to have the header of shipping address in color #F08A14
can you help me how, spend some time but cannot get it to work.....
Hi
invoice plugin is working great!
only i wish to change the blue color to match with my site colors.
how can i change this?
now everything is blue marked, but i would like to make it #3E3422
and if the shipping address is different from invoice address i would like to have the header of shipping address in color #F08A14
can you help me how, spend some time but cannot get it to work.....
Please Log in or Create an account to join the conversation.
8 years 3 months ago #294154
by nicolas
Replied by nicolas on topic Invoice Plugin
Hi,
You need to edit the file plugins/hikashop/attachinvoice/attachinvoice/invoice.php
There, you'll find the CSS code you can change for the blue headers:
You need to edit the file plugins/hikashop/attachinvoice/attachinvoice/invoice.php
There, you'll find the CSS code you can change for the blue headers:
Code:
legend { padding:5px 10px; background-color:#5471B5;color:white;font-weight:bold;border-color:#ccc}
Please Log in or Create an account to join the conversation.
8 years 3 months ago - 8 years 3 months ago #294177
by szwart
Replied by szwart on topic Invoice Plugin
Hi Nicolas,
thank you i will open this file, and modify to my colors.
is it also possible to change color depening on different invoice and shipping adres, if they are the same, color set borders color 1
if not the same, color 1 and shipment color 2
thank you i will open this file, and modify to my colors.
is it also possible to change color depening on different invoice and shipping adres, if they are the same, color set borders color 1
if not the same, color 1 and shipment color 2
Last edit: 8 years 3 months ago by szwart.
Please Log in or Create an account to join the conversation.
8 years 3 months ago - 8 years 3 months ago #294178
by nicolas
Replied by nicolas on topic Invoice Plugin
Hi,
Sure, with some custom CSS and PHP, you can do such things.
[Moderation :] Thanks to don't edit your message a long time after had posting it, if you have to, do it just after or create a new message.
Sure, with some custom CSS and PHP, you can do such things.
[Moderation :] Thanks to don't edit your message a long time after had posting it, if you have to, do it just after or create a new message.
Last edit: 8 years 3 months ago by Philip.
Please Log in or Create an account to join the conversation.
Time to create page: 0.182 seconds