Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #562898

    Hi there,

    I’m using the transparent header for the home page of my website, I have 2 questions

    1 – is there a way to have the special button class on my ‘get in touch’ navigation link orange? But I’d like to make it orange only when the user scrolls down (so when the header goes to the normal state)

    2 – I notice that after I scroll down – the logo doubles up and still has the transparent header logo which sits behind the normal logo – is there a way to change this?

    here’s the site

    http://shortiedesigns.com/

    Thanks

    #563366

    Hi ShortieD!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .header-scrolled .subtext {
        display: none;
    }
    .header-scrolled li#menu-item-102 > a > .avia-menu-text {
        color: orange;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Regards,
    Yigit

    • This reply was modified 8 years, 10 months ago by Yigit.
    #565266

    thanks Yigit – that’s weird – the menu links are no longer white even though I set them to be #fff in the ‘header > transparency’ options. Any clues as to why this might be happening? I haven’t added the code above yet…

    cheers

    #565722

    Hi!

    They are white on my end – http://i.imgur.com/F8RHl0y.png
    Have you already figured it out?

    Regards,
    Yigit

    #565975

    all solved – I had to clear my cache on my other machine – thanks for the code – that worked!

    #566437

    Hi,

    Great, glad you got it fixed :-)

    Best regards,
    Rikard

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