Thread Starter
cas1
(@cas1)
Is anybody there to help?
Thread Starter
cas1
(@cas1)
Please help me. It’s been 4 weeks ago since I reported this issue. I hate to leave a bad review just to get help, but it seems nobody responds to support thread so i don’t know what else to do. Please help me.
Hi, sorry I didn’t get back to you sooner. I’m not sure how you can attach screenshots here either but feel free to send an email to the address listed in the footer at mcgregormedia.co.uk.
Thread Starter
cas1
(@cas1)
Hi,
I sent you an email with an attachment so you can see the circle that does not belong there and is covering over the beginning of the PO description text.
Regards,
Chuck
Hi Chuck,
As I suspected this is an issue with the site’s theme rather than the plugin. Add the following CSS to the Additional CSS section in the Customizer:
.payment_box.payment_method_purchase_order_gateway label:before {
display: none;
}
Let me know if this works 🙂
Andy
Thread Starter
cas1
(@cas1)
Hi Andy,
Yes, that fixed it. Thanks!
Chuck
Thread Starter
cas1
(@cas1)
Hi Andy,
I sent you an email with a screenshot about font size.
Chuck
Hi Chuck,
This isn’t an issue with the plugin, it’ll be a CSS rule in your theme. However, you should be able to target the text using the following selector:
.form-row.woocommerce-validated input.input-text
Add a new CSS rule in the Customizer with the required font size.
Andy
EDIT: for anyone reading this thread, this is in reply to an email regarding the form field font size being too small.
Thread Starter
cas1
(@cas1)
Hi Andy,
Is this specific to just the PO Number size? All the other text sizes are fine. It’s just the PO Number text size that is too small. So i don’t mess up the site, what would be the exact CSS I should add to the Customizer to just increase the PO Number text only and not change anything else on the site?
Chuck
Thread Starter
cas1
(@cas1)
Hi Andy,
Can I get some help on this?
Chuck
Thread Starter
cas1
(@cas1)
Andy,
I need your help with the font size and also a new issue:
On an Invoice it indicates Payment Method was Purchase Order, but it needs to show the actual Purchase Order number we received from the customer.
Chuck