Looking To Customize Header

The current site I’m working on is X theme - I have used Pro in the past but I wanted a specific demo from X. I’m to the point now where I’d like to begin customizing the header a little and it seems like I can’t do that through X.

I assume my only option is to get Pro? Will this effect my current demo in any way?

I’d like to customize is so it looks more like this site (http://www.bravepandacreative.com) with a large hero slider. Would I need Pro to do this or can I accomplish this in X?

This is the site I’m currently working on if you need to see it - http://brobur12.dreamhosters.com/

Hi Brock,

Thank you for writing in, this site (bravepandacreative.com) is actually built with X. You can make the header overlap above the slider by add thing this code to Theme Options > CSS

@media (min-width: 980px) {
	.home .masthead.masthead-inline {
	    position: absolute;
	    width: 100%;
	}
	.home .x-topbar,
	.home .x-navbar {
		background-color: transparent;
	}
}

Then remove the top padding you applied on your first section (slider), and remove this custom CSS on your Theme Options > CSS

.site {
    padding-top: 1.75em;
}

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.