Hi, To change the color add this CSS:
COPY CODE
#profile .generic-button a.activity-button.mention {
background: none repeat scroll 0 0 #FF0000;
}
To change the order when logged in add this code to sweetdate-child/functions.php
COPY CODE
add_action('after_setup_theme', 'kleo_change_public_button');
function kleo_change_public_button() {
remove_action( 'bp_member_header_actions', 'bp_send_public_message_button', 20 );
add_action( 'bp_member_header_actions', 'bp_send_public_message_button', 1 );
}
When not logged in you need to edit this function kleo_bp_member_buttons in wp-content\themes\sweetdate\custom_buddypress\bp-functions.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.