Tagged: x
-
AuthorPosts
-
March 24, 2016 at 3:28 pm #851529
hey there,
I saw a nicely styled header the other day and wanted to know if you guys could help me, to get a similar result on my page.thanks a lot 🙂
March 24, 2016 at 8:11 pm #851797Hi There,
Thanks for writing in! Regretfully, at this time I am not entirely certain what styling you wanted to duplicated on the header of http://demo.themeblvd.com/
If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do. Some of those styling can be achieve with custom CSS, and some will require a custom development.
Cheers!
March 25, 2016 at 4:13 pm #852845Here you go! http://demoblvd.com/themes/denali/demo-1/ I really like the header/navbar on this page for multiple reasons:
1.the header/navbar is transparent
2.the effect/transition when scrolling downI would love to get the same header/navbar for my page!
March 25, 2016 at 8:51 pm #853065Hi There,
We can make the navbar transparent, and place the top of the first section behind it with the custom css below.
body .x-navbar, body .x-navbar .sub-menu { background-color: transparent !important; } div#home { margin-top: -90px !important; }
Regretfully, the transition effect requires a custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.
Thanks for understanding.
-
AuthorPosts