Handling Charge Message

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pyrotastic
    Junior Member
    • Mar 2018
    • 8

    #1

    Handling Charge Message

    Is there a way to remove the handling charge text from a product page?
  • Pyrotastic
    Junior Member
    • Mar 2018
    • 8

    #2
    Go to settings -> design setup -> custom CSS and use something like this.

    .ec_details_handling_fee {
    display: none;
    }

    Comment

    Working...