Size
-
Hi, is there a way to make the size of the box and the font be larger in the free version? Thank you
-
Maybe with CSS? But I don’t know what CSS.
It would be for WordPress/Woocommerce/Avada Theme I have a place to put custom CSS, but I don’t know what CSS to put to make the box larger and the font that they input the donation about larger – right now its very small – as in the box is narrow and the donation amount input font is very small and also light, it needs to be both larger and darker.
Thank you!
Hello @emexonline777,
could you please share the link of the page so we can help you with the CSS?Thank you
Thank you
The main site is
https://dev.rcm-usa.org/The “donation product” is
https://dev.rcm-usa.org/product/donate-to-rcm/Thank you!
Hello,
try to add this css codeinput.ywcds_amount_single_product { height: 50px; font-size: 20px; color: #747474; }Let me know!
Thank you,
I’m getting an error on the first line that says…
(input.ywcds_amount_single_product) if overqualified, just use input.ywcds_amount_single_product without element name
I don’t know how to do that. What do I need to change, remove? Thank you!
Hello,
Where are you getting this message? Could you be more specific, please?
It doesn’t seem to be an error. I think it’s just suggesting to use this instead:.ywcds_amount_single_product { height: 50px; font-size: 20px; color: #747474; }Let us know.
I wish I had a way to send you a screenshot.
I use avada theme and there is a place to put custom CSS in th theme options so that is where I”m putting the CSS
Actually I tested it and the original code works even though I’m getting that error message, the second code doesn’t work.
But the error on the first line that says…
(input.ywcds_amount_single_product) if overqualified, just use input.ywcds_amount_single_product without element nameI’m not sure which is considered the element name, but it didn’t work to remove input
Thank you
Hi,
try with this one.ywcds_amount_field .ywcds_amount_single_product { height: 50px; font-size: 20px; color: #747474; }Regards
That works, thank you!
The topic ‘Size’ is closed to new replies.