-
AuthorPosts
-
May 17, 2014 at 9:02 pm #266186
In the demo this is one of the options:
http://kriesi.at/themes/enfold/homepage/transparent-header/
How do I go about setting up our page like that? I am using the Full Screen slider and can’t seem to figure this out.
Thank you!
May 18, 2014 at 12:32 am #266214In the header options you can set your header to “transparent header”
May 18, 2014 at 5:59 am #266243I have it set to transparent and I have set header to transparent for the homepage but still does not show that way:
May 19, 2014 at 2:50 am #266583Hey!
Thank you for using the theme!
You have an old version of the theme. Please download the latest version 2.7.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
If updating doesn’t work, please use this on Quick CSS or custom.css:
.html_header_top.html_header_sticky .home #wrap_all #main { padding-top: 0 !important; }
Regards,
IsmaelMay 19, 2014 at 7:01 pm #266904I upgraded and that didn’t change it, but this custom CSS worked great. One more quick item and this will be done. Is there a way not to make the header background semi-transparent? So, say we want white background with a 50% opacity so yu can still see the image but the menu doesn’t get lost?
May 19, 2014 at 11:39 pm #267052Hey!
This will do it:
#top .av_header_transparency .header_bg { background: rgba(255,255,255,0.5) !important; }
Regards,
JosueMay 23, 2014 at 9:00 pm #269254Thank you so much! That did exactly what I needed. This theme is awesome.
May 23, 2014 at 9:03 pm #269257You are welcome, glad we could help :)
Regards,
JosueMay 23, 2014 at 9:57 pm #269281One more tweak and I am done with this project. Is there an easy CSS for making a vertical separation line between menu items like this:
May 24, 2014 at 5:41 am #269431Hey!
Thank you for the screenshot.
Please use this on Quick CSS or custom.css:
.av-main-nav > li > a:after { content: ''; display: block; width: 1px; height: 50px; background: red; position: absolute; top: 60px; left: -2px; }
Adjust the top and height property depending on the header height.
Regards,
IsmaelMay 24, 2014 at 5:32 pm #269513Thanks Ismael, Your help is greatly appreciated. This worked great, however, we have the sticky header and when it shrinks down when scrolling the lines are absolute positioned.
May 24, 2014 at 9:55 pm #269549Hey!
Add this too:
.header-scrolled .av-main-nav > li > a:after { top: 20px !important; }
Regards,
JosueMay 26, 2014 at 4:15 am #269883this is the complete code i have that you can see here: hobart-design.com/mystic, it still seems to stay in place without shrinking after scrolling down:
#top .av_header_transparency .header_bg {
background: rgba(255,255,255,0.85) !important;
}
.html_header_top.html_header_sticky .home #wrap_all #main {
padding-top: 0 !important;
}#top .av-main-nav ul a {
font-size: 16px;
}#top .av-main-nav a {
font-size: 12px;
}
body {
font-size: 13px;
}
.av-main-nav > li > a:after {
content: ”;
display: block;
width: 1px;
height: 60px;
background: #c7c5c7;
position: absolute;
top: 60px;
left: -2px;
}
.header-scrolled .av-main-nav > li > a:after {
top: 100px !important;
}May 26, 2014 at 4:47 am #269899It should be 20px not 100px:
.header-scrolled .av-main-nav > li > a:after { top: 20px !important; }
Cheers!
JosueMay 26, 2014 at 5:19 am #269912Thanks, Sorry I had it at 20 and saved and didn’t seem to change anything so I was messing with the margins to see if it made a difference and it didn’t. I just resaved it and works fine. Thanks for your help. Your support is top notch!
May 26, 2014 at 5:38 am #269920Ok, last question and I promise I am done :)
Since we are using a tall logo I want to reduce the padding above and below the the logo to fill in the header as much as possible. Can’t seem to find the right padding/margin settings to do so.
May 26, 2014 at 5:49 am #269927That padding comes from the actual image, you’d need to edit it:
http://hobart-design.com/mystic/wp-content/uploads/2014/05/InnAtMystic_Logo1.pngBest regards,
JosueMay 27, 2014 at 11:38 pm #270896HAHA, duh. Thanks
-
AuthorPosts
- The topic ‘Slider behind Logo and Navigation’ is closed to new replies.