There is a way to get a brackground as header

Posted in: Newspaper
Post count: 17

Hello, my question is that: There is a way to have a background image as header like a demo stack: fashion, but only for the header, for example like this one: http://imagizer.imageshack.us/v2/1024x768q90/904/zebPcr.jpg, or only a background color, and insert an image trasparent with words like popular quote?
For example: in the left side there is the logo, in the right side i want to write a poluar quote rather than the adv?

Thank you for the support.

Post count: 6600

Hi,

You can set a background image for the whole site from here: http://screencast.com/t/HwFlSa2wN4u
Then set the header to transparent using the css from below in your theme panel > custom css filed:

.td-boxed-layout .td-logo-rec-wrap {
background-color: transparent;
}

You can add a background image using the css from above and the background image css property instead of bg color and add the bg image for your header via css: http://www.w3schools.com/cssref/pr_background-image.asp

Replace the ad here: http://screencast.com/t/aPZoSx1XVPlv with the code that you want instead of it in the right side next to the logo.

Thanks

Post count: 17

Thank you for the help, i haven’t solved the problem, but anyway i think the support here is awesome.

Post count: 6600

Please let me know if you still need help with this!
Thanks!

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