Index/Menu background colour

javaknees / 2012-07-01 19:41:22   

How would I go about changing the background colour for the Index/Menu background? I seem to only be coming across posts for the previous version and I'm not entirely sure what terminology I'm looking for and on which stylesheet.

7 / 2012-07-01 21:17:57   

javaknees,
so you look for where it says
# index { background: none repeat scroll 0 0 transparent;
}

in your css file, yeah? changing transparent to whatever colour you want.

7 / 2012-07-01 21:18:23   

style.css

javaknees / 2012-07-01 23:30:18   

Thanks 7, how would I go about changing it as an image file?

bee9design / 2012-12-25 20:04:15   

Hi, I would also like to know how to add a background image to the menu (not just a transparent menu)? btw thankyou vaska for indexhibit, and the posters on this forum!

arsondpi / 2012-12-25 20:10:59   

it's the same code, different attributes:

  1. # index { background: url('URL_OF_THE_IMAGE') no-repeat; }
bee9design / 2012-12-25 23:43:41   

thanks for your help arsondpi. much appreciated

This thread has been closed, thank you.