Section seperators in footer?

I want to recreate the “waves” in the footer at the bottom of this page: https://www.tokengrade.com/faqs

How can I do something like this (or even just slightly similar) inside the Pro Footer builder?

I could not find any section separators inside the footer builder, which would have been nice, so seems like I have to use a different method.

Hello @thecashbag,

Thanks for asking. :slight_smile:

Link you have shared is using image to show the waves. You will have to use CSS background image property. To learn more about background image property, please take a look at following resource.

https://www.w3schools.com/cssref/pr_background-image.asp

Thanks.

I’m referring to your “section separators” that can give a similar effect. They have a “curve in” or “angle in” option etc. This would work here in place of the waves. I just can’t get it working on the footer.

Hello @thecashbag,

Please bear in mind that the section separators are only available in section element which can only be found in the content area. Applying a bottom section separator of your last section won’t be visible against the footer. You might need to adjust the top margin of the footer or the bottom margin of your last section.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.