• Proudly powered by WordPress | Theme: Sydney by aThemes.

    I would like to take this out, and put My own Copy right information, and center it. How do I do this?

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello, please check this topic:
    https://forums.athemes.com/t/footer-php-coding-additional-permalinks-hyperlinks/10785

    And you can use this instead in order to center that text:
    <p style='text-align: center'>Changed text</p>

    Kind Regards, Roman.

    how do I do that? everything centered
    Link center

    Hello Don,

    Can you please create a new topic for your issue to keep forum in good order and make it easier to help you?

    Kind Regards, Roman.

    I want to do the same as the picture.
    I thought it was the same as the topic here. I did not want to fill only themes

    if need be, I will issue a new topic

    Hello Don,

    You should follow instructions in the topic that I mentioned above, but please use this code:

    <div class="site-info container">
    <p style='text-align: center'>Changed text</p>
    </div><!-- .site-info -->

    …instead of this:

    <div class="site-info container">
    <p>Changed text</p>
    </div><!-- .site-info -->

    You should also replace Changed text with desired content, use HTML to add links, so your links should look like this:
    <a href="https://example.com/">Link text</a>

    Kind Regards, Roman.

    P. S.
    Here is a little template for you ??

    <div class="site-info container">
    <p style='text-align: center'>?2018 | All Rights Reserved | Powered by Digital Media</p>
    <p style='text-align: center'>Second row text</p>
    <p style='text-align: center'><a href="https://example.com/">Terms of Business</a> | <a href="https://example.com/">Website Terms & Conditions</a> | <a href="https://example.com/">Privacy Policy</a> | <a href="https://example.com/">Complaints</a></p>
    </div><!-- .site-info -->

    This is great tnx ??

    You are welcome! ??

    Kind Regards, Roman.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Remove the footer’ is closed to new replies.