Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #199319

    Hello. Great job on the theme.

    That said, I think I’d like to eliminate the slider and just replace it with a colored section (or some type of static bg image).
    Two examples are here and here

    Best way to go about this?

    Thank You

    #199352

    Hey mycreditgroup!

    You can use LayerSlider with single image or Fullwidth Easy Slider. If you would like to place buttons, then i would recommend using LayerSlider

    Cheers!
    Yigit

    #199748

    Awesome. thank you!

    Ok a little trickier one ;)

    Would love for the top nav bar to be one color to match the header on load. And as you scroll it turns to white.

    A good example is here. Watch the top nav change as you begin to scroll.

    #199750

    Hi!

    Please add following code to Quick CSS as well

    .fixed_header.social_header #main { padding-top: 0; }
    .header_color .header_bg { background-color: transparent; }
    #header_main { border-bottom-style: none; }
    .header-scrolled .header_bg { background-color: white; }

    Best regards,
    Yigit

    #199757

    Thatnks for the reply, but didnt seem to work.

    Im trying to get nav this color on load #86b4cc then turning to white.

    Right now its white all of the time

    Thanks

    #199800

    Hey!

    What type of header do you have? Please check on Enfold > Header > Header style.

    Regards,
    Ismael

    #199852

    small fixed header

    #199884

    Hi!

    Yigit’s code should work with a few modification. Please use this:

    .fixed_header.social_header #main { padding-top: 0; }
    .header_color .header_bg { background-color: transparent; }
    #header_main { border-bottom-style: none; }
    .header_color.header-scrolled .header_bg { background-color: white; }
    .fixed_header #main { padding-top: 0; }

    Remove browser cache then reload the page. Test it on another browser.

    Cheers!
    Ismael

    #199889

    No it didnt. But I suspect there’s something else. Even when I change the headers color Styling > header it stays white. And thank you for the quick responses

    #199895

    Hi!

    It did change on my end. What browser and OS are you testing this?

    Cheers!
    Ismael

    #199899

    Firefox windows 7.

    I think it is something else. Like I said, In settings I can change the nav to any color and it always stays white.

    #199908
    This reply has been marked as private.
    #199995

    Hi!

    It does seem to be working fine on my end. Please see screenshot here http://i.imgur.com/eMRKQU1.jpg
    Please flush browser cache and settings if you are using caching plugin and refresh your page a few times

    Regards,
    Yigit

    #200009

    I just figured it out. Was using a CDN and I had to turn it completely off :)

    Im down to a last question if possible. Is there a possibility of the nav font change when the header does.

    Cause Im starting with a dark header/white nav. When the header turns to white…well, you know the rest

    If not, thanks anyway for the amazing service

    #200036

    Hi!

    Please try adding following code to Quick CSS

    .header-scrolled .main_menu ul:first-child > li > a { color: red; }

    Best regards,
    Yigit

    #200054

    You’re the man!

    #200067

    Hi!

    Glad we could help! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘no Slider’ is closed to new replies.