How to add legal content to widgets

Hello,

I’m adding legal language to my website in the footer, such as Privacy Policy, Terms and Conditions, etc… . How do I do that? If I remember correctly that’s what the widgets are for?

Thanks

Hi Ryan,

Thanks for reaching out.

You can add it as a widget, or as a menu, or standard HTML code. Please follow these:

  1. Please go to Theme Options > Footer > FOOTER WIDGET AREAS and set the number of columns. Then go to Admin > Appearance > Widgets and add the widget that has your policy and terms content. The widget could be a menu or standard text content with HTML code.

  2. Or, on the same area Theme Options > Footer, enable Footer Menu then go to Admin > Appearance > Menu and apply the menu that has policy and terms to the footer menu.

  3. Or set your footer content such as policy and terms as HTML within Theme Options > Footer > Footer Content.

As an additional note, an example of HTML content is this

<a href="http://example.com/policy/">Privacy Policy</a> | <a href="http://example.com/terms/">Terms and Condition</a>

Hope this helps.

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