Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    Styling should be done in the theme. Most likely the theme is only targeting input[type="text"]; it also needs to add support for input[type="number"] (good themes should do this anyway).

    The whole button and input are wrapped in the security-question-section class, so you can select only the title using .security-question-section h4 or only the math sum by using .security-question-section label

    The position of the security check input is a limitation of BuddyPress. Sorry. I guess you could move it using jQuery, though.

    Thread Starter Nykess

    (@nykess)

    I’ll look into this a bit more. I appreciate your reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Works, but…’ is closed to new replies.