• Resolved Shortyz138

    (@shortyz138)


    How do i add the privacy policy/terms and conditions page links to the bottom left of the page underneath my address.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    Go to Appearance > Customize > General Options > Footer > Address and add the code given below

    <br /><ul class="footer-menu">
    <li><a href="ENTER YOUR URL HERE"> Privacy Policy</a></li>
    <li><a href="ENTER YOUR URL HERE"> Terms And Conditions</a></li>
    </ul>

    and save & publish.

    Now add this CSS:

    ul.footer-menu li {
        display: inline-block;
    }

    Thank You

    Thread Starter Shortyz138

    (@shortyz138)

    This does work – it doesn’t seem to be aligned correctly but i think it will be ok for me. Thank you very much

    Hello,

    To align them properly i need to check your site, So please send me your site address and also do let me know where do you want them to be positioned.
    I will try to give you possible solution.

    Thank You

    Hi, I’d like to add “terms and conditions”, “policies”, “privacy” pdf links on the front page footer as well. How do I do that? I’d like to try doing what you’ve instructed above but can’t seem to identify where exactly to put the CSS codes.

    Appreciate your assistance.

    Alexandra

    (@alexandrastan001)

    Hello,

    Where exactly would you want this Terms and Conditions feature to appear in the footer?

    Best regards,
    Alexandra

    Alexandra, I’m trying to add a link for terms and conditions in my footer, centered between my copywrite information and my social media icons. Any ideas? https://www.zaklioutus.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to add privacy/terms&conditions’ is closed to new replies.