I love the feedback module but am having one problem with it.
I have a YouTube embedded media field which pops up the embedded video in a lightbox. But the lightbox also has a "Feedback" button in it which is covering up part of the video. The Feedback button does not show up in my normal 'images' lightbox, only the YouTube video lightbox.
To give you an idea of my competence in this field, I tried:
#lightbox #block-feedback-form {
display:none;
}
to no avail. Any advice?
Comments
Comment #1
jody lynnDuplicate of #470316: Visibility settings.
Seems like you're close with the CSS hiding quick fix hack, but you may need to get your selectors right (use Firebug) or turn off CSS aggregation to get it to take effect.
Comment #2
jody lynn