Tagged: menu, persistent, transparency
-
AuthorPosts
-
May 30, 2014 at 10:44 am #272320
Hi there!
And first off all thanks you for such a great theme, I’m enjoying playing with it!
I have one question tough: is it possible to have the menu to stay transparent when I scroll down the page? I’d like to have the logo section and the menu to stay transparent and not to get a semi-transparency while it stay persistent when I scroll down, wich line of CSS code should I edit, or is it even possible to get that effect?
Sorry for my bad english, I hope I’m still understandeable.
Thanks for your answer!May 30, 2014 at 10:47 am #272322Hey MDPC!
Thanks for your kind words! :) Do you mind posting a link to your website so we can see what type of header you are using?
Regards,
YigitMay 30, 2014 at 10:54 am #272327This reply has been marked as private.May 30, 2014 at 11:42 am #272335Hi!
It does seem like you have already figured it out – http://i.imgur.com/VNP5C2M.png ? :)
Regards,
YigitMay 30, 2014 at 11:44 am #272338I think I got it..
Playing with layout.css and custon.css I’ve modified these lines:
/* General Custom CSS */
.header_bg{
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:0;
filter:alpha(opacity=0); /* For IE8 and earlier */
z-index: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-perspective: 1000px;
-webkit-backface-visibility: hidden;
}
From opacity:0,95 to: opacity:0 and it seems to work
Now I have to get rid of these tiny 1px grey lines above, under and on the side of the menus and I’ll be just fine!
Thanks for your support and congratulations for such a reactivity and your quick answers!May 30, 2014 at 12:09 pm #272349Hi!
You are welcome but seems like you already got rid of them as well before we assist you ;D
Best regards,
YigitMay 30, 2014 at 3:44 pm #272428Hi again!
I’ve searched a lot but still cannot find that little option so I come back to you.. Again!
I’ve created a masonry gallery on the site homepage (you can see that here: http://www.risebcn.com/site/ ) BUT there’s a grey #EEEEEE background and I’d really like to get rid of it and replace it by a white BG, please could you be kind enough to tell me wich CSS style do I need to override or wich file I need to edit to achieve this?
Thanks in advance for your answer!May 30, 2014 at 3:49 pm #272431Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color .av-masonry { background-color: white; }
P.S.: Your website looks awesome! We have a showcase thread here – https://kriesi.at/support/topic/enfold-showcase/ feel free to share it there :)
Best regards,
YigitMay 30, 2014 at 4:06 pm #272443Seriously, you’re the best support ever! First time I buy a theme from you and none the less the theme is great, highly customisable, but most of all the support is even better!
Your trick works like a charm, just the effect I wanted, thanks you so much!
Thanks also for your kindness, I’ll surely share the website in the showcase when it will be finished.
I greatly appreciate your company and I’ll let know about your professionalism around me, do not change a thing, you’re just fine!
Thanks for all your work,
A happy customer :)May 30, 2014 at 4:10 pm #272444 -
AuthorPosts
- You must be logged in to reply to this topic.