BuddyDev

Search

BP Ajax Registration – change colour theme

  • Participant
    Level: Enlightened
    Posts: 39
    Brandon Tay on #5400

    Hi Support,

    Please advise how to change the colour theme to match my login.

    thanks and regards.

  • Participant
    Level: Enlightened
    Posts: 39
    Brandon Tay on #5401
    This reply has been marked as private.
  • Participant
    Level: Enlightened
    Posts: 39
    Brandon Tay on #5402
    This reply has been marked as private.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2934
    Ravi on #5418

    Hi Brandon,

    Please place the following css code in your current theme style.css file at the bottom.

    
    .bpajax-register-window {
    	color: #fff;
    	background: #232b2d none repeat scroll 0 0;
    }
    
    #register_form input[type="text"], #register_form textarea {
    	width: 100%;
    }
    
    #register_form #basic-details-section input[type="password"], #register_form #blog-details-section input#signup_blog_url {
        width: 100%;
    }
    
    #register_form textarea, #register_form input[type="text"], #register_form select, #register_form input[type="password"] {
    	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    	border: 1px solid rgba(255, 255, 255, 0.2);
    	border-radius: 2px;
    	color: #888;
    }
    
    

    and let me know if it works or not.

    Thank You
    Ravi

  • Participant
    Level: Enlightened
    Posts: 39
    Brandon Tay on #5430
    This reply has been marked as private.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2934
    Ravi on #5444

    Hi Brandon,

    I have placed the code in your theme style-sheet file. Now Title background is same as content background. Please have a look.

    Thank You
    Ravi

You must be logged in to reply to this topic.

This topic is: not resolved