Question: Remove the text powered by WordPress and the Graphene Theme

  • msllama

    #2183

    I would like to remove the text in the footer “Powered by WordPress and the Graphene Theme”. Is there any where I can set this feature not to show in the Graphene Options. I have tried several settings without success.

    In the footer.php I have located the “developer” code but I have had problems in the past with modifying the code then installing an update.

    Very specific instructions would be appreciated as I am a novice.

    Thank you,

    Admin

    Syahir Hakim

    #19223

    Add this code to the Custom CSS option:

    #developer {
    display: none;
    }

    msllama

    #19224

    Thank you very much, always so easy when you know how!

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.