Advertisement
fauzanjeg

Custom Change || Show Logo on Normal Mobile Header and Hide on Mobile Sticky Header

Sep 14th, 2021
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.26 KB | None | 0 0
  1. /* Display Logo if not Mobile Sticky Header */
  2. .jeg_navbar_mobile.jeg_sticky_nav .jeg_mobile_logo {
  3.     display: none;
  4. }
  5.  
  6. /* Display Nav HTML (Search Form) if Mobile Sticky Header */
  7. .jeg_navbar_mobile:not(.jeg_sticky_nav) .jeg_nav_html {
  8.     display: none;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement