Yes, you can change the style of the Feedback Widget TAB.
SoundCloud tweaked the CSS to turn the tab into a link in their top bar to integrate more seamlessly with the design of their site. They were kind enough to share their code with us:
"we simply added this bit of css code to override the look of the tab:"
So have it!
"we simply added this bit of css code to override the look of the tab:"
a#fdbk_tab {
margin-left: 0;
position: static;
color: inherit;
background: none;
}
a#fdbk_tab:hover {
margin-left: 0;
}
So have it!
6
people like this idea
I like this idea!
Tell me when this idea gets some attention.
The more people who like this idea, the more it gets noticed.
The more people who like this idea, the more it gets noticed.
The company implemented this idea.
-
Inappropriate?Hi,
On PeopleJar, we did:
a#fdbk_tab {
display: none;
and our feedback link was:
<a href="#feedback" onclick="if(GSFN){GSFN.show();}">Feedback</a>
I’m happy
3 people think
this is one of the best points
-
Thanks for adding this! -
Inappropriate?Now you can customize the placement and color of the feedback tab!
http://getsatisfaction.com/getsatisfa...
I’m excited
-
Inappropriate?I can not get this to work on my site (look at www.whuffieengine.com at the footer).
I’m frustrated
Loading Profile...


EMPLOYEE

