Styling BuddyPress
- 
		I changed limited styles in buddypress but have one problem that I can’t change one element as appears in this image. I am trying to change this code from auto to fixed and I think it will resolve the problem: #buddypress #whats-new-options { overflow: auto; height: 0; }But when I change it to fixed, nothing changes and when I use inspect element, it gives auto again! I will share some CSS i changed if this is helpful: /* Adjust BP registration fields - I added 36px height because some fields don't look right on firefox*/ #buddypress #signup_form.standard-form input[type="text"], #buddypress #signup_form.standard-form textarea, #buddypress .form-allowed-tags, #buddypress #commentform input[type="text"], #buddypress #commentform textarea { height: 36px; width: 90%; }I changed the font height for the following items to become 1.0rem. 
 #buddypress button,
 #buddypress a.button,
 #buddypress input[type=submit],
 #buddypress input[type=button],
 #buddypress input[type=reset],
 #buddypress ul.button-nav li a,
 #buddypress div.generic-button a,
 #buddypress .comment-reply-link,
 a.bp-title-buttonI wish this helps. Thanks! 
- The topic ‘Styling BuddyPress’ is closed to new replies.