ty is also is there a way to change the help and log out and same for the search users and also the search button
and on a different note im struggling to do the links under contacting i figured out add to favorites and add to friends but the rest arent working ive been using this for this topic
<style>
a[href*="addfriend"] {
color: red !important; /*color when not hovering on it*/
transition: 0.3s;
}
a[href*="addfriend"]:hover {
color: orange !important; /*color for when u are hovering*/
}
</style>
i would replace the "addfriend" with these and idk if thats correct
send message-> "sendmessage"
instant message-> "instantmessage"
add to group-> "addgroup"
add to favorites-> "addfavorite"
forward to friend-> "forward"
block user-> "blockuser"
report user-> "reportuser"