• Resolved suwace

    (@suwace)


    Is it possible to:

    1) change the wording?

    2) change the styling (at least make the button larger and more prominent)? Can’t seem to do this with css

    Thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Marcel Pol

    (@mpol)

    For changing the text of the button, you can take a look here:
    https://www.ads-software.com/support/topic/change-button-text-20/
    You need the PHP filter for gwolle_gb_button. The PHP code can be added to the functions.php of your theme.

    For more padding for buttons, try this CSS:

    html button, 
    html input[type="submit"], 
    html input[type="button"], 
    html input[type="reset"] {
        padding: 8px 12px;
    }
    Thread Starter suwace

    (@suwace)

    Thanks. I added that css to:
    /wp-content/plugins/gwolle-gb/frontend/css/gwolle-gb-frontend.css

    but it made no difference (after clearing cache) in Chrome or Safari though it did with Firefox

    Any chance of using a graphic button?

    Thread Starter suwace

    (@suwace)

    Ah, something like this seems to work:

    #gwolle_gb_write_button .button {background:gold; font-size:24px; padding: 20px}

    Thanks

    Plugin Author Marcel Pol

    (@mpol)

    Ok, good you managed.

    Just to be sure, don’t put this CSS in a file of the plugin. You should add it to the Customizer or to a plugin like Simple Custom CSS.
    When the plugin gets updated you lose your additions.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘“Write a new entry.” button’ is closed to new replies.