• Resolved steve drake

    (@steve-drake)


    I have installed the plugin and put it in my sidebar on a text widget. The words “Donation Information” are wrapped and I would like to edit them and just say Donation or reduce the size of the font so the n in the word information is not wrapped to the next line.
    any help would be appreciated.
    steve

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

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

    (@dgewirtz)

    You can style all your headers by putting this in your style sheet:

    .dgx-donate-form-section h2 {
    color: green;
    }

    In this case, I colored them all green, but you can change your font size with font-size: and a value, say 80%, like this:

    .dgx-donate-form-section h2 {
    font-size:80%;
    }
Viewing 1 replies (of 1 total)

The topic ‘Changing Text and Text Size’ is closed to new replies.