Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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!

    #272322

    Hey 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,
    Yigit

    #272327
    This reply has been marked as private.
    #272335

    Hi!

    It does seem like you have already figured it out – http://i.imgur.com/VNP5C2M.png ? :)

    Regards,
    Yigit

    #272338

    I 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!

    #272349

    Hi!

    You are welcome but seems like you already got rid of them as well before we assist you ;D

    Best regards,
    Yigit

    #272428

    Hi 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!

    #272431

    Hi!

    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,
    Yigit

    #272443

    Seriously, 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 :)

    #272444

    Hi!

    Thank you so much for your kind words MDPC! Glad you like the theme and support we provide :)
    We are always glad to help, so feel free to post if you have any other questions or issues :)
    Have a great day!

    Regards,
    Yigit

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