I'm using club and on profil page the button "complete your profil"
is showing when you put you mouse on it (like some kind of a roll over) but how to leave it visible all the time ?
I guess is Css related somehow but i can't find my way for this one..
I try to change the display none visible in html source by the css :
#edit-profile {display:block; background : yellow;}
and
.ow_edit_profile_link {display:inline; background-color:red;}
but still hiding..
Regards