Hi, sorry just one more problem. Im trying to add custom css which has worked fine in most scenarios but i cannot get the font height to change to bold?
I created a custom css as shown below but it doesn’t work. Yet if i try changing the color: red; it works fine… even tried adding !important
.totalpayment {
font-style:bold !important;
}
Many thanks in advance