I am using a theme called kleo, my url is audiokulture.com.
I am using chrome to find the css paths but when i even directly copy the paths into my child themes style.css it does change the code or even show up in chrome? (the code that is)
Thanks for that but the code only seems the show the profile field while your in your friends list. I does not show when you are in the member directory looking through members?
I have a child theme already set up and i have put the following code into member-header.php but i am unsure of exactly where to put it and if the code is 100% accurate?
<div id=’member_profile’>
<div class=’profile_fields’>Category: <span><?php echo bp_get_profile_field_data(array(‘Type of account’ => ‘Type of account’));?></span></div>
</div>
<?php