Hi there.
I have the thumbnails working beautifully (or is that brilliantly ;) )
Now I have a new problem: without colorpicker I have to adjust the background in each BG tag, right?
How can I set the transparency of the background? Can I at all?

How can I adjust the background/border size?
Can the background be turned off entirely, or set to clear?

Also, I'm using BG in a block, and it shows a list item picture (diamond), which I really don't want. How can I get rid of it. I'm using Zen for theming.
I tried messing around with the brilliant_gallery.css, but it didn't make any difference.

Thanks for your help,
JR

Comments

jooel’s picture

At row 378 in brilliant_gallery.module I have changed the text "background: #000" to a different background color. I think you'll find some other possibilities there as well.

brack11’s picture

Version: 6.x-1.x-dev » 6.x-3.6

on line 627 of the same file I have changed
$bgcolour = variable_get('brilliant_gallery_bcgcolour_textfield', '#000000');
to
$bgcolour = 'none'; //variable_get('brilliant_gallery_bcgcolour_textfield', '#000000');

I didnt try but, defining "colouroverride", in [bg|...|||] tag, as 'none' should do the trick without code hacking.