Hi, I'm using colourise
due the colors of the logo I'm going to use on my site, I'm in the need to remove it from comments background.
I'm not very expert in css.
Can some one tell me were operate to remove the bg.jpg (only) from background of comments form?
I need it (logo) in the head
thanks by now
Comments
Comment #1
Sungsit commentedHi Fabrizio,
All you need to do is to add the style below to custom.css then enable it with "Colourise Theme Settings" (Add Customized Stylesheet).
This will remove BG image from Node Author Comment Block.
Comment #2
fabrizioprocopio commentedI followed your indications
now my costom.css is that
I upload it via FTP (filezilla)
I marked the checkbox in the settings of colourise theme relative to -Add Customized Stylesheet (custom.css)-
then I click on -save-
nix, doesn't work
the result is visible clicking here
P.S.: I found bg.jpg in colourize.css and modules.css so I tried to manipulate the 2 files. The problem is that if i rename bg.jpg in bg0.jpg in the file modules.cc products no effect, and if I rename it in the colourize.css the head logo disappears
P.P.S.: thanks for your support :)
Comment #3
Sungsit commentedHi,
I'm not sure this is the theme issue. It seems some module (tinymce?) use IFRAME for comment TEXTAREA box so it cascades the BODY bg to your comment box. In custom.css, try this instead.
It may or may not work for you because I haven't try TinyMCE yet. But let me know if it doesn't work, I'll find another solutions for you.
Comment #4
fabrizioprocopio commentedDone
So now the bg is white instead of black
I went in wysiwyg optin where is possible set the css
three options:
- theme css
- editor css (in my site it is tiny MCE)
- custom css
If I choose the 2nd it became white.
the last could be a solution, but I don't know how build the css, also making copy and paste, I don't know what parts of what file since in the colourize css foleder there is a lot of css files.
Comment #5
Sungsit commentedActually, it's about TinyMCE skin. If you want to change the editor background color, you should edit its css file (/sites/all/modules/wysiwyg/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/ui.css).
And as far as I know, TinyMCE has 3 skins (http://tinymce.moxiecode.com/examples/skins.php) but you can create your own skin with your own css too.
Comment #6
fabrizioprocopio commentedYes, i went there and saw the css
You know what? :)
I leave the background right white!
I'll use your last solution. It's good!
I'll say my friends that white... it's gives better readability
:)
thanks a lot for your time
it kind of you
fab
Comment #7
Sungsit commentedYou're welcome ;)
Comment #8
ngaur commentedSee also my solution at http://drupal.org/node/429778#comment-1464550
This one should also work for other editors and other kinds of iframes.
Comment #9
Sungsit commentedFixed in Colourise-6.x-2.1.