• Resolved cnous

    (@cnous)


    Hello,
    I found the same issue as others before : i can’t resize the “donate button”, even with a custom image. And i can’t hide the border.
    Can you please help me ?
    Thank you

    The page I need help with: [log in to see the link]

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

    (@mbrsolution)

    Hi,

    i can’t resize the “donate button”, even with a custom image.

    When you added the custom image in the settings, what was the size of the custom image?

    And i can’t hide the border.

    To remove the borders around the button, try the following code?

    .sdm_download {
        border: none;
    }

    Kind regards

    • This reply was modified 5 years, 11 months ago by mbrsolution.
    Thread Starter cnous

    (@cnous)

    Thank you mbrsolution, but it doesn’t work. I still have the border.
    And with a custom image (with border) I found 155px width and 40px height…
    See here : /nos-scripts/
    Thank you

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, I think I was mistaken and provided information for the wrong button. Are you talking about the buttons underneath Cell-Hit?

    Regards

    Thread Starter cnous

    (@cnous)

    Yes, I placed the button with the custom image under the flags. As you can see there’s a border and no way to resize it !
    Thank you for your help !

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, try the following code. Let me know if it works for you.

    .paypal-donations {
        border-style: none;
    }

    In regards to the custom button, can you test one of WordPress default themes like Twenty Seventeen? I want to make sure it is not your theme causing this issue.

    Thank you

    Thread Starter cnous

    (@cnous)

    Ok you seem to be right.
    I try it on another theme (here : /TEST-WP/sample-page/) and it works better (I don’t know what is the grey background square).
    –> In this case… What can I do ?
    –> How to have your plugin in French ? (I start and will help you to translate it)
    Thank you.

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, do you still need help with this issue?

    Regards

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Resize button and border’ is closed to new replies.