Support » Plugin: Seamless Donations is Sunset » Change border color of Seamless Donations form sections

  • Resolved acanfield

    (@acanfield)


    I would like to change the border color of the form to match one of the colors in our theme. I looked at the CSS and attempted to change it using Custom CSS but it didn’t work.

    Is there a way to do this?

    This the CSS I found

    .dgx-donate-form-section, and I changed darkred to #00AADC;
    and put the section into Custom CSS. It didn’t change the border color.

    I am running Eventbrite Single Event theme.

    http://southbayliteracydev.org

    {
    border: 1px solid darkred !
    } important;

    https://wordpress.org/plugins/seamless-donations/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author David Gewirtz

    (@dgewirtz)

    I assume Custom CSS is something in your theme? I can’t help you make your theme work, but what you posted doesn’t have a selector, so it won’t be found.

    –David

    P.S. Marking as resolved because CSS.

    Thread Starter acanfield

    (@acanfield)

    David – Custom CSS is just how I can enter the CSS. But what I posted is from what I thought was the CSS associated with Seamless Donations – I found it in a file on my WordPress server . Apparently, it’s not.

    So my question is: how can I change the color of the border around the form sections? What is the selector to use?

    Thank you.

    Plugin Author David Gewirtz

    (@dgewirtz)

    It’s defined in .dgx-donate-form-section in the plugin’s styles.css file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change border color of Seamless Donations form sections’ is closed to new replies.