Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1055710

    Using code in the enfold support threads I managed on my homepage to have a transparent header with hidden logo with the menu to the right. When the user scrolls down the logo appears along with the menu which is how I wanted things. Now on all the other page I do not want this effect. I want a blue background color and when the user scrolls down the menu to stick at the top and not scroll. Seeing this is so specific I can’t seem to find any threads in the forum.

    this is the shortcode in my css to hide the logo

    .av_header_transparency .logo {
        opacity: 0;
    }
    #1056262

    Hey LAMAviation,

    You need to use the code to affect just the home page, please change it to this:

    
    .home .av_header_transparency .logo {
        opacity: 0;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1056899

    On the sub pages I do not want the logo to stick to the top of the website. I only want it to stick to the homepage when it scrolls. What needs to be adjusted to achieve this?

    #1057196

    Hi LAMAviation,

    You need to disable sticky header then, and use the css to make the header sticky only on the home page

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1057441

    ok, I went ahead and disabled the sticky header in the Enfold settings and tried both of those suggestions but neither made the homepage header sticky.

    #1058159

    Hi LAMAviation,

    Well, looks like it’s either sticky or not. So you need to choose one. Or write JavaScript to make the header sticky on the home page.

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1058352

    I thought I would try! Thanks for all your help, great support!

    #1058829

    Hi LAMAviation,

    You’re welcome. Please, let us know if you need any more help.

    Best regards,
    Victoria

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