Page 1 of 1

feature request - hide title payment/shipment

Posted: 14 Jan 2021, 17:29
by jpeters
Hello,
add a option to hide the title of shipment / payment.
if a image is added.. the image is selectable and can say it all.

Re: feature request - hide title payment/shipment

Posted: 16 Jan 2021, 18:31
by Jan
Hi, you can easily hide the title with CSS, just set it in your custom CSS.

If there is the possibility to do such thing with CSS, it is preferred, because the count of parameters (options) is not unlimited (possible performance issues or server limits)

Jan

Re: feature request - hide title payment/shipment

Posted: 16 Jan 2021, 19:53
by jpeters
okay.. i will look in tho that... any tips on CSS to use / change.. ?

Re: feature request - hide title payment/shipment

Posted: 17 Jan 2021, 19:31
by Jan
Hi, just see the HTML of the items with e.g. Google DevTools to see the classes.

The title of shipping title is:
ph-shipping-title

the title of payment title is:

ph-payment-title

Jan