how do i make a non sticky transparent header

how do i make a non sticky transparent header

nimanim
Visitor
3 0 1

hi i am trying to make a transparent header that is not sticky, ive found a code that is working but its sticky.

 

  1. {% if template == 'index' %}
  2.  
  3. <style>
  4. .shopify-section-group-header-group.announcement-bar-section{
  5. height: 5px;
  6. }
  7. .header-wrapper{
  8. position: absolute;
  9. width: 100%;
  10. background: transparent;
  11. }
  12. .header-wrapper .header{
  13. margin-top: 20px;
  14. }
  15. </style>
  16.  
  17. {% endif %}

 

Replies 2 (2)

bryan76
Navigator
407 8 87

in most themes there is a button that says Enable sticky header.  you just click that to off

nimanim
Visitor
3 0 1

not if you use codes