Start Background Image After Menu

Posted in: Newspaper
Post count: 27

I would like to keep my menu going straight across but it only seems I can do that when I don’t have a background image or background color. Is there a way to keep the menu going fully across while having a background image or color below it?

Post count: 6600

Hi,

You can set your background image or color using css like this: http://screencast.com/t/MCxw0zW2Lu

#outer-wrap {
background-color: red;
}

.td-header-bg {
background-color: transparent;
}

Thanks

Post count: 27

Thank you for the code the side works but top background isn’t changing

View post on imgur.com

Also how do I set a “fold” under the top menu like you have in the demo?

Post count: 27

Tried the one you sent and this one:

#outer-wrap {
background-color: #e5e5e5;
}
.td-header-bg {
background-color: #e5e5e5;
}

Post count: 6600

Hi,

Please also provide your site’s URL so I can inspect it and provide an accurate solution for this.

Thanks

Post count: 27

Here is the best way I can describe it:

View post on imgur.com

Keep the top bar but have the color start after it.

http://www.sportsgamersonline.com

Post count: 6600

Hi,

Go to theme panel > theme colors and set your color as main theme bg color and as header color like this: http://screencast.com/t/y3JVMdKTc
After this use this custom css to remove the color from the header like this: http://screencast.com/t/9Z7GncXA

Thanks

Post count: 27

Thanks for your help but its still not getting the desired effect, hopefully this screenshot will better explain:

View post on imgur.com

  • This reply was modified 11 years by sgoadmin.
Post count: 6600

Hi,

Use this custom css ion theme panel > custom css field: http://screencast.com/t/uynNMtQNFMM7

#outer-wrap {
background-color: #e5e5e5 !important;
}

.td-header-bg {
background-color: #e5e5e5 !important;
}
.td-header-bg .container {
background-color: #fff !important;
}

Thanks

Post count: 27

Perfect! Exactly what I was looking for. Thank you for your great support!

Post count: 27

Disregard.

Viewing 11 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic.