• Resolved tama-iris

    (@tama-iris)


    Hi! really awesome theme. I love it. I only want to remove the whole footer. How can I do that?
    thank you!!

    • This topic was modified 7 years, 11 months ago by tama-iris.
Viewing 1 replies (of 1 total)
  • Theme Author Phantom Themes

    (@phantomthemes)

    The support is already supported via Phantom Themes web Support.

    Also I am answering here again for others.

    We are doing work as par of WordPress community and open source initiative, so we request our users to link back but its not necessary.

    To remove footer credit you can do this via Admin Dashboard-> Customize -> Additional CSS , Just copy & paste the code below and click “Save & Publish”.

    footer {
        display: none;
    }
    section.footers {
        padding: 0px;
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘how to remove footer’ is closed to new replies.