Scrolling banner code help

hi!

i need some help with my css. i have a scrolling banner at the top of my home page that i put in with a 3rd party app and there’s no way to move it where i want without coding. i’d like to position it so that it’s right underneath my header. this is the code they gave me, but i’m not sure where to paste it exactly:

here’s my website

thank you!

Hi you can try to place the code below header.liquid file . It will be under section folder when you go to edit theme files in customizer. You can also paste the code of this file to tell you exact placement .

Hi @hushbug ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code
  2. Assets/base.css
  3. Add code below to end of file
#shopify-section-template--15982839169195__pagefly-home {
	overflow-x: hidden;
}
1 Like

thank you! how do i change the font to a custom font?


Place this on theme.liquid at bottom use your font family name from google fonts intead of cursive see it it works.