Menu Backgorund

GK User
Fri Jun 01, 2012 11:56 am
Hello

We noticed that on the main menu, you can have a black background. Is there anyway that this could be a graphic? Ie we create a graphic to sit behind the menu in replace of the black background so we can bespokeley design the colours and add gradients etc?

Look forward to hearing from someone and hope it's possible :)
User avatar
Junior Boarder

teitbite
Sat Jun 02, 2012 8:48 am
Hi

Of course it's possible. Please use this selector to attache a new background under it.

Code: Select all
#gkMainMenu, #gkMainMenu > div > ul {
    background: none repeat scroll 0 0 #151515;
}
User avatar
Moderator

GK User
Tue Jun 05, 2012 6:51 pm
Hey ... this is good news....by selector what do you mean? where do I put that in?

Look forward to hearing from you.

Olly
User avatar
Junior Boarder

teitbite
Thu Jun 07, 2012 9:56 am
Hi

Anny css changes should be placed in override.css file, but remember to allow using of this file in template settings.

Selector is a name of a combination of html classes and elements which will point to the exact element You want :) I promisse I will not write dictionaries.
User avatar
Moderator


cron