• Resolved jorgeletralia

    (@jorgeletralia)


    Hi, for some reason the button displays with an annoying 1 px #CCCCCC border on my letralia.com website.

    I have tried to change it in “additional CSS” but no success. any suggestions?

    This is how it currently looks like:

    View post on imgur.com

    Thank you very much!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Thank you for reaching out to us. Can you share the URL here with the donation button? I would like to investigate further.

    Kind regards.

    Thread Starter jorgeletralia

    (@jorgeletralia)

    Hi! Sorry, I thought I had written it. My web is letralia.com.

    Plugin Support mbrsolution

    (@mbrsolution)

    Try adding the following custom CSS style.

    .paypal-donations {
    border: 0px;
    }

    Let me know if it works for you.

    Regards.

    Thread Starter jorgeletralia

    (@jorgeletralia)

    That was my first choice, unfortunately it doesn’t work. ??

    Plugin Support mbrsolution

    (@mbrsolution)

    Try adding the following custom CSS style.

    .paypal-donations input{border: 0px;}

    Let me know if it works for you.

    Regards.

    Thread Starter jorgeletralia

    (@jorgeletralia)

    Same result… Does not work. ??

    Plugin Support mbrsolution

    (@mbrsolution)

    That is very strange because it works in my dev site. Your theme or a plugin in your site must be forcing a different CSS code. Lets hope the following custom CSS works.

    .paypal-donations input{border: 0px !important;}

    Out of curiosity, where are you adding the custom CSS code?

    Regards.

    Thread Starter jorgeletralia

    (@jorgeletralia)

    Thank you very much! Now it worked perfectly.

    I make these changes in the “additional CSS” section of the WordPress customization tool.

    Plugin Support mbrsolution

    (@mbrsolution)

    I am glad it worked ??

    I make these changes in the “additional CSS” section of the WordPress customization tool.

    That is the correct place to add the custom CSS style.

    Enjoy the plugin.

    Kind regards.

Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.