• Hello,

    I am using theme illdy and want to hide theme: illdy from footer. How to do that?

    Thanks,
    Keywon

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @keywon,

    We can hide the copyright text with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional css-

    p.copyright {
    display: none !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter keywon

    (@keywon)

    So if I add this to the css it would do no harm to the overall site right?

    Thread Starter keywon

    (@keywon)

    and I have just tried it its disappearing the whole copyright text not just (Theme:illdy)

    noda

    (@nodarik)

    Sorry for the long delay
    Let me know if you still need any assistance

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How To Hide Theme Credit From Footer’ is closed to new replies.