It uses the CSS from bp-default.
Oh thanks..
So what class or section can i edit to help me out with this? Sorry to bother you much..
Off top of head, .button
Use firebug and you can find CSS easily
I have done the edits and no changes effected.
I used the firebug and found this CSS class
1. bp-share-it-button and the span class
2. button buddypress-share-button as the button class.. But the problem may be that the naming of the class has space between button and buddypress and this may cause some issues?
I still made changes and nothing reflected.
Finally did it..
went to bp-share-it.php and renamed the class of the button to button-buddpress-share-button removing the space in the class name
then i went to the buddypress-share-it/style.css and used the class to style the button.
many thanks