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.
feature request - hide title payment/shipment
-
- Phoca Professional
- Posts: 225
- Joined: 31 Dec 2020, 09:46
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: feature request - hide title payment/shipment
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
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
If you find Phoca extensions useful, please support the project
-
- Phoca Professional
- Posts: 225
- Joined: 31 Dec 2020, 09:46
Re: feature request - hide title payment/shipment
okay.. i will look in tho that... any tips on CSS to use / change.. ?
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: feature request - hide title payment/shipment
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
The title of shipping title is:
ph-shipping-title
the title of payment title is:
ph-payment-title
Jan
If you find Phoca extensions useful, please support the project