• Resolved trnstjen

    (@trnstjen)


    It removes both “all rights reserved” and “designed with blahb blah” on all pages BUT the home page. Although it completely breaks the website by making some fonts and images larger and removes widgets.

    This is what i used:

    <div class="col-12 col-sm-auto">
            <div id="footer__credits" class="footer__credits">
      <p class="czr-copyright">
        <span class="czr-copyright-text">?&nbsp;2021&nbsp;</span><a class="czr-copyright-link" href="https://fingerskate.se" title=""></a><span class="czr-rights-text">&nbsp;–&nbsp;Alla r?ttigheter f?rbeh?llna</span>
      </p>
      <p class="czr-credits">
        <span class="czr-designer">
          <span class="czr-wp-powered"><span class="czr-wp-powered-text">Drivs med&nbsp;</span><a class="czr-wp-powered-link" title="Drivs med WordPress" href="https://sv.www.ads-software.com/" target="_blank" rel="noopener noreferrer">WP</a></span><span class="czr-designer-text">&nbsp;–&nbsp;Designad med <a class="czr-designer-link" href="https://presscustomizr.com/customizr" title="Temat Customizr">Temat Customizr</a></span>
        </span>
      </p>
    </div>
          </div>

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @trnstjen,

    Thanks for reaching out!
    Please remove the code you added and replace it with this one:

    <span class="czr-wp-powered"><span class="czr-wp-powered-text">Drivs med&nbsp;</span><a class="czr-wp-powered-link" title="Drivs med WordPress" href="https://sv.www.ads-software.com/" target="_blank" rel="noopener noreferrer">WP</a></span><span class="czr-designer-text">&nbsp;–&nbsp;Designad med <a class="czr-designer-link" href="https://presscustomizr.com/customizr" title="Temat Customizr">Temat Customizr</a></span>

    Warmly,
    Mihaela

    Thread Starter trnstjen

    (@trnstjen)

    Nothing happened. Although I figured I could just make the font size 0 which worked perfectly. If someone else faces the same issue then just add this css! =)

    .colophon__row .footer__credits {
        font-size: .0rem;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing footer breaks website’ is closed to new replies.