
-
AuthorPosts
-
January 18, 2019 at 11:28 pm #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; }
January 20, 2019 at 7:25 pm #1056262Hey 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,
VictoriaJanuary 21, 2019 at 10:28 pm #1056899On 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?
January 22, 2019 at 1:54 pm #1057196Hi 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,
VictoriaJanuary 22, 2019 at 8:44 pm #1057441ok, 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.
January 24, 2019 at 2:45 pm #1058159Hi 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,
VictoriaJanuary 24, 2019 at 9:44 pm #1058352I thought I would try! Thanks for all your help, great support!
January 25, 2019 at 6:07 pm #1058829Hi LAMAviation,
You’re welcome. Please, let us know if you need any more help.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.