Can't make custom css work
I want to create an infinite marquee, since bebuilder doesn't have that option I'm creating it with html and css. And I have used this before on other theme builders, it's the first time I'm using bebuilder and I've tried to use custom css several times now, without success. Why does this feature not work? I think I'm using it correctly but let me know.
This is the HTML:
<div class="marquee">
<div class="track">
<div class="content"> Infinite Marquee with long sentence Infinite Marquee with long sentence Infinite Marquee with long sentence Infinite Marquee with long sentence Infinite Marquee with long sentence</div>
</div>
</div>
Comments
Hi,
You used the wrong field for that.
See the following article for clarification:
https://support.muffingroup.com/how-to/how-to-add-custom-classes-and-css/
Thanks