Advertisement
fahimmurshed

Create sticky header like cartflows.com

Jan 24th, 2022
1,499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. /* Please watch this video https://d.pr/v/ZVu8o3 */
  2.  
  3. /* Use this code if your are using Elementor Page Builder */
  4. #ast-fixed-header .ast-above-header-bar {
  5.     display: block !important;
  6. }
  7.  
  8. .ast-above-header-bar {
  9.     display:none;
  10. }
  11.  
  12. /* Use this code if your are not using Elementor Page Builder */
  13. .ast-above-header-bar.ast-header-sticked {
  14.     display: block !important;
  15. }
  16.  
  17. .ast-above-header-bar {
  18.     display:none;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement