Skip to:
Content
Pages
Categories
Search
Top
Bottom

styling the register button

Viewing 2 replies - 1 through 2 (of 2 total)

  • Robkk
    Moderator

    @robkk

    style using this CSS

    .bbp-form .button {
      background-color: #1e8cbe;
      color: #FFF;
      font-family: "Oswald", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-shadow: none;
      font-size: 26px;
      font-weight: bold;
    }
    
    .bbp-form .button:hover {
      background-color: #1e8cbe;
      color: #FFF !important;
    }
    

    jambla
    Participant

    @jambla

    That worked. Thank you.

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