• Resolved mbarhamje

    (@mbarhamje)


    Hi!

    I have been trying all sorts of coding to remove the footer on my website using the plugin. Can someone please advise me on how to properly remove the footer in this scenario?

    Thank you so very much!!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @mbarhamje,

    Thank you for reaching out!
    Please add the following code in Step 1:
    <p class="copyright">&copy;&nbsp;&nbsp;2021&nbsp;.&nbsp;Built using WordPress and the <a target="_blank" href="https://extendthemes.com/go/built-with-highlight/" rel="nofollow" class="mesmerize-theme-link">Highlight Theme</a></p>

    Warmly,
    Mihaela

    Thread Starter mbarhamje

    (@mbarhamje)

    Thank you for your reply

    Although this code is correct and helps me eliminate the “word press” text, I would ultimately like to eliminate the footer completely not replace the text. I would greatly appreciate the code for this. If you take a look at the page, it still shows a white footer with “copyright 2021 .” Here is how I pasted the code:

    <p class=”copyright”>©  2021 . 
    Built using WordPress and the <a target=”_blank”
    href=”https://extendthemes.com/go/built-with-highlight/&#8221;
    rel=”nofollow” class=”mesmerize-theme-link”>Highlight Theme
    </p>

    Once again I would like to eliminate the footer entirely.

    Thanks again!

    The easiest way to do that would be by using the code below.
    Just copy it and add it in your dashboard > Appearance > Customize > Additional CSS:

    .footer {
    	display: none;
    }

    Warmly,
    Mihaela

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot remove footer credit’ is closed to new replies.