BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Contact Form / Theming

Viewing 5 posts - 1 through 5 (of 5 total)
  • Question

    #33719
    @ccarmichael

    Does anyone have a suggested contact form plugin for use with BB v4? I am using Contact Form 7 and it looks OK, but the email field did not use the existing style.

    URL: http://www.neighborcentral.com/contact/

    Answers

    #33724

    Alyssa
    Participant
    @alyssa-buddyboss

    @ccarmichael Welcome to the BuddyBoss community! If that is your only qualm about contact form 7 then you can add this to your child theme custom.css file to fix the styling:

    input[type="email"]{
    padding: 10px 12px;
    line-height: normal;
    background-color: rgba(0, 0, 0, 0.05);
    color: #A7A7A7;
    font-size: 15px;
    border: none;
    font-family: inherit;
    font-family: inherit;
    font-size: inherit;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }
    #33815
    @style960

    @ccarmichael Not sure if this is still an issue for you, but I’d recommend Ninja Forms. I find the interface more intuitive than CF7, and displays nicely on the front end of BuddyBoss.

    #34345
    @conflagrant

    Thanks for this code. Been a long time since I did any CSS and now I don’t have to. 🙂

    #34348

    Alyssa
    Participant
    @alyssa-buddyboss

    @conflagrant no problem 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘Contact Form / Theming’ is closed to new replies.