Shape 5

Joomla Templates => Luxon - Club => : chriddo April 15, 2015, 10:37:56 AM



: Possible to get a background image on top menu?
: chriddo April 15, 2015, 10:37:56 AM
Very much needed if possible.


: Re: Possible to get a background image on top menu?
: shamballa April 15, 2015, 02:40:12 PM
Hello

I haven't downloaded or installed this template yet so I don't know if this can be set in the backend but a quick look using Firebug I was able to get a background on the top menu using this code:

:
#s5_header_area2 {
    background-image: url("/demo/luxon/templates/luxon/images/s5_bg.jpg");
    height: 67px;
    overflow: hidden;
}

So, you could easily add this (just the background part) into your custom.css file using your own background of choice obviously...

Hope that helps


: Re: Possible to get a background image on top menu?
: mikenicoll April 15, 2015, 05:15:20 PM
Hello,

There is a default background set in the index.php for multiple elements such as the header. You should be able to override it by adding something like this to the custom.css file.

:
#s5_header_area2 {
background-image: url("/demo/luxon/templates/luxon/images/yourimage.jpg") !important;}


: Re: Possible to get a background image on top menu?
: chriddo April 15, 2015, 11:58:54 PM
Thank you very much for you help. This worked and looks good. However, I would like to get a "end-line" at the main menu for the background image ... in the same way that you can specify in the flexible menu.

I got from mike previously a code for the Eventfull tempate this:

:
#s5_menu_wrap_top {
border-bottom:1px solid #cccccc;}


But it is not working. Any ideas how to solve this?


: Re: Possible to get a background image on top menu?
: mikenicoll April 16, 2015, 07:58:07 PM
Hello,

You can try this:

:
#s5_header_area1 {border-bottom: 1px solid #ccc;}
Beyond that though you would need to post in Hire a Coder as we do not provide custom styling code via the forums.