Page 1 of 1

removing mainmenu sitebar

Posted: 06 Mar 2008, 08:45
by alberto
how can I remove , or make the same background color the sitebar main menu? (not the sitebar menu but the up and down frame where is the written "main menu" and you open all the folders)
am I clear?
thanks

Posted: 06 Mar 2008, 12:52
by globetrotter
Do you mean this?
Code
showmenu = false
More info: https://www.photo.gallery/support/docs/147

Posted: 06 Mar 2008, 13:01
by alberto
globetrotter wrote:Do you mean this?
Code
showmenu = false
More info: https://www.photo.gallery/support/docs/147
no, actually with that, showmenu- false , I take off the main menu, I want to keep the main menu and related folder , I just want to eliminate visually the bar on top and bottom of the thumbnail images where "main menu" is written.
thanks
a.

Posted: 06 Mar 2008, 13:47
by globetrotter
You can make the color of this bars the same as the background with the option barcol in config.ini, e.g.:
Code
barcol = FFFFFF,333333
More info: https://www.photo.gallery/support/docs/292

Posted: 06 Mar 2008, 14:25
by alberto
ya perfect, but I lost the written main menu....
actually I don't know what's happen all my colors mixed up withou changing my bgcolor....
www.albertobernasconi.com
thanks :shock:

Posted: 07 Mar 2008, 07:37
by globetrotter
The color of the text main menu is almost the same as the color of the bar. When you change it to a darker color, eg. 000000 (black) is is visible again: http://www.albertobernasconi.com/galler ... 9f2,000000

Posted: 07 Mar 2008, 08:45
by alberto
perfect, thanks a lot
a.