We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Make Sidebar links "always visble" | Forum

Topic location: Forum home » Development » Themes
Mickael
Mickael Sep 18 '11
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