/
Add/Remove Scrolling Marquee

Add/Remove Scrolling Marquee

Add Scrolling Marquee

  1. Navigate to the snippet where you want to add a marquee. This is typically in a header snippet.

  2. Add the following code to where the marquee will be shown.

    1. <div class="marquee"><marquee><span> YOUR MESSAGE HERE </span></marquee></div>
  3. Make sure to style the .marquee class appropriately in the style sheet. This is very important!

  4. Refer here for the marquee element documentation if further adjustments are needed.

Remove Scrolling Marquee

Navigate to the snippet or page that contains the marquee to be deleted. Once there, remove the marquee element in the code editor.