BuddyDev

Search

Change the top boarder color of the ajax registration form

  • Participant
    Level: Master
    Posts: 496
    Daniel on #13994

    Hi,

    1. I have bought the Ajax registration Form plugin a few days ago and I would like now to change the top border color of the Ajax Registration Form (the color where it is written “Create Account!”) to the color #03a9f4.

    2. Also, I would like to implement my site-logo on the registration form.

    Could you pleaese teach me how to do that ?

    Many thanks.

    Kind regards,
    Daniel

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2908
    Ravi on #14000

    Hello Daniel,

    1. To modify border colour. Please use the following code at the bottom of your active theme “style.css” file.

    
    .bpajax-register-title{
    	background-color: red;  // Change colour
    }
    

    2. To apply site logo just modify the template “ajax-register-form.php”. You can override by copy this template to your active theme directory and modify accordingly.

    Thank You
    Ravi

You must be logged in to reply to this topic.

This topic is: not resolved