Shape 5

Joomla Templates => Shopping Bag - Club => : naoko15 December 05, 2012, 10:08:22 AM



: Flex menu background image
: naoko15 December 05, 2012, 10:08:22 AM
Hello, how do i add a background image to the flex menu? thanks


: Re: Flex menu background image
: naoko15 December 05, 2012, 02:07:41 PM
I just figured it out...sorry for bothering you!


: Re: Flex menu background image
: biru32 February 22, 2013, 12:04:58 PM
Do share how you did this please!


: Re: Flex menu background image
: naoko15 February 22, 2013, 03:49:03 PM
You can set the background image in template.css around line 560

Like this:

#s5_menu_wrap {
    background: url("../images/yourimage.jpg") no-repeat scroll 0 0 transparent;
}

Hope this helps!


: Re: Flex menu background image
: mikenicoll March 07, 2013, 05:41:52 PM
Thanks,

-Mike