Skip to:
Content
Pages
Categories
Search
Top
Bottom

Submit Button Editing


  • devyndn95
    Participant

    @devyndn95

    Is there a way I can change my submit button for submitting a topic? It is rather small and inconspicuous on the bottom of the page.

    Thanks!

Viewing 1 replies (of 1 total)

  • Robin W
    Moderator

    @robin-w

    generally the styling is part of the theme – the ‘submit’ button has classes of ‘submit’ and ‘button’, so see if you theme lets you change this.

    if not try

    http://css3buttongenerator.com

    this will give you code you can put in your themes custom css area

    just change

    .btn {

    to

    .button {

    and

    .btn:hover {

    to

    .button:hover {

    before you paste the code

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar