Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter emexonline777

    (@emexonline777)

    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!

    Plugin Support Emanuela Castorina

    (@kreamweb)

    Hello @emexonline777,
    could you please share the link of the page so we can help you with the CSS?

    Thank you

    Thread Starter emexonline777

    (@emexonline777)

    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!

    Plugin Support Emanuela Castorina

    (@kreamweb)

    Hello,
    try to add this css code

    input.ywcds_amount_single_product {
        height: 50px;
        font-size: 20px;
        color: #747474;
    }

    Let me know!

    Thread Starter emexonline777

    (@emexonline777)

    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!

    Plugin Support Carlos M

    (@cjmora)

    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.

    Thread Starter emexonline777

    (@emexonline777)

    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 name

    I’m not sure which is considered the element name, but it didn’t work to remove input

    Thank you

    Plugin Support Armando

    (@geckod22)

    Hi,
    try with this one

    .ywcds_amount_field .ywcds_amount_single_product {
        height: 50px;
        font-size: 20px;
        color: #747474;
    }

    Regards

    Thread Starter emexonline777

    (@emexonline777)

    That works, thank you!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Size’ is closed to new replies.