Tagged: header, top. header, transition
-
AuthorPosts
-
January 12, 2016 at 1:47 pm #563869
Top bar transitions to white upon scroll before the main navbar does. Is it there a way to make them transition at the same time?
January 13, 2016 at 3:19 am #564276Hey AboveDigital!
Try adding this to your custom CSS.
.html_header_transparency #header_meta { transition: background 0.6s ease-in-out !important; }
Regards,
ElliottNovember 23, 2016 at 7:27 pm #716129Hi Eliott,
Sorry for very late reply, sorry it hasn’t work .
November 25, 2016 at 8:48 pm #717067Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.bg-white { background-color: white !important; opacity: 1!important; }
then add following code to functions.php file in Appearance > Editorfunction avia_custom_header_scroll(){ ?> <script> jQuery(window).scroll(function(){ if(jQuery(this).scrollTop() > 10) jQuery('#header .header_bg').addClass('bg-white'); if(jQuery(this).scrollTop() < 10) jQuery('#header .header_bg').removeClass('bg-white'); }); </script> <?php } add_action('wp_footer', 'avia_custom_header_scroll');
Regards,
Yigit- This reply was modified 7 years, 12 months ago by Yigit.
November 28, 2016 at 1:23 pm #717719Hi Yigit,
Unfortunately, it did not work.
Above Digtal
November 30, 2016 at 1:31 pm #718729Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitNovember 30, 2016 at 2:31 pm #718789Hi,
Will do.
November 30, 2016 at 3:27 pm #718811Hi,
I added the code to functions.php file, changed color code in Style.css file and enabled shrinking header. Please review your website now
Best regards,
YigitNovember 30, 2016 at 4:32 pm #718869Hi,
Sorry still hasn’t work. But can you please don’t enabled shrinking header.
Above Digital
November 30, 2016 at 4:40 pm #718874 -
AuthorPosts
- You must be logged in to reply to this topic.