/
Add/Remove Scrolling Marquee
Add/Remove Scrolling Marquee
Add Scrolling Marquee
Navigate to the snippet where you want to add a marquee. This is typically in a header snippet.
Add the following code to where the marquee will be shown.
<div class="marquee"><marquee><span> YOUR MESSAGE HERE </span></marquee></div>
Make sure to style the .marquee class appropriately in the style sheet. This is very important!
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.