Adding privacy policy and disclaimer to footer

I’m stumped. After 2 days of trying I need help.

How do you add a privacy policy and disclaimer into the footer? I don’t want it on my main menu.

My website is www.momshealthyhabits.com

I have it all ready I’m just unsure because I’d like them to click “Privacy Policy” and it redirect them straight to it.

Thank-you

-Sydney

Hi Sydney,

I hope you are well today and thank you for your question.

You can achieve it by using the child theme solution shared in the following topic.

https://colorlibsupport.com/t/footer-links/#post-54364

Best Regards,
Movin

Hey Movin,

I’m going to need a little more direction.

I added the child theme. Went to appearance → theme → add new → installed your zip
It says
“Destination folder already exists. /home1/sydney/public_html/wp-content/themes/child-theme/
Theme installation failed.”

Am I doing this correctly?

Also, I added it to the footer anyways regardless if the child theme worked. (how will i know if it did)

www.momshealthyhabits.com
See how it’s in the bottom left corner?

I’d like it to be spaced nicely in the middle.

Sorry I’m pretty new to this. I appreciate your help.

-Sydney

Am I doing this correctly?

It seems you are already using the child theme so you have to combine new child theme code with your existing child theme.

See how it’s in the bottom left corner?

I’d like it to be spaced nicely in the middle.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

body > a[target="_blank"] {
    margin: 0 auto;
    display: table;
}