Hi there,
first things first: I LOVE the T4 Framework! :-)

I'd like to have the main menu transparent, so that the image of the homepage ist visible 'behind' the main menu, even when scrolling down the page. As in: https://www.joomlart.com/demo/ja-stark.

Currently, on my site it looks like this: https://stefan-schoch.de
I'd like to have the colored banner behind the menu-bar like this:
https://i.imgur.com/7fGHkUi.png (which I now get when I scroll down a little bit).

I assume there is some setting to tell the main menu to be rendered on top of the image i.e. in masthead position.

Only I can't find that setting... :-(

Any ideas what I am missing?

Stefan

Hi

You can use this:

div#t4-slideshow {
    margin-top: -85px;
}
Write a Reply...
You need to Login to view replies.