Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Bas Elbers

    (@baaaaas)

    What exactly do you mean with order Details? You can change the CSS in style.css file of template. You need to create a custom tempate in order to keep the changes after update. See FAQ.

    Thread Starter adarshchurchi

    (@adarshchurchi)

    Example:I need to change the color of “Amount” field in pdf?

    Thread Starter adarshchurchi

    (@adarshchurchi)

    Any solution for the query??

    hi adarshchurchi,

    As suggested in FAQ: copy the templates file to suggested location.

    Then in the folder micro (or whatever you renamed it to…) open style.css and search for

    .total-amount, .total-amount h1 {
    color: white;
    }

    change color to your preferred color, done… you can pretty much change any color there.

    Thread Starter adarshchurchi

    (@adarshchurchi)

    Thanks yoga..

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Need to Change Order Details color to black instead of Gray’ is closed to new replies.