Change color invoice Task

henryco88
henryco88
Offline
0
Hi, I have the plugin invoice manager. How can I change background-color to my invoice?

Thanks
Responses (5)
  • Accepted Answer

    Wednesday, October 25 2017, 12:41 PM - #Permalink
    0
    just by adding some CSS styling to the invoice template...
    The reply is currently minimized Show
  • Accepted Answer

    henryco88
    henryco88
    Offline
    Wednesday, October 25 2017, 03:38 PM - #Permalink
    0
    How do I add a style sheet to a template?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, October 26 2017, 09:54 AM - #Permalink
    0
    you can just add some styling to the main div:

    style="background-color:#cccccc"

    (whatever your color is)
    The reply is currently minimized Show
  • Accepted Answer

    henryco88
    henryco88
    Offline
    Thursday, October 26 2017, 02:14 PM - #Permalink
    0
    if I want to add a css class, in which file css style I can insert it? What is the file path?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, October 27 2017, 05:48 PM - #Permalink
    0
    you can insert it to your main template CSS file for example, or into /components/com_invoices/assets/styles.css
    and /administrator/components/com_invoices/assets/css/invoices.css

    but it is recommended to add this as a style directly in the template, and not as a class in CSS
    The reply is currently minimized Show
Your Reply