i watched a video on adding video hero background with a code because the theme i picked (impulse) didnt have one. the video told me to make a new section for coding which i did under the section part in coding and i pasted the code. Everything worked but when i look at my store in desktop version the header doesnt show but it will show on mobile. fitnixz.com
Hi @jaycee00 ,
May I suggest to update code these steps:
- Go to Store Online-> theme → edit code
- Assets/theme.scss.css
- add code below to end of file
.announcement-bar {
z-index: 5;
}
1 Like