• Hi guys,

    I recently remove the theme name from the bottom of my footer. It was an easy thing to do. But I just realize that when I visit my page with my mobile device, the theme name and the copyright credit is still there.

    Is there any explanation for that? How can I remove it for good? Any special CSS Code? Also is there any way to make changes in the appearances only affecting for when you access from your laptop?

    Here is the link of my website http://www.thesilvermicpodcast.com

    I would appreciate any kind of help, thank you for your time,

    Cheers,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Since you’ve already got a custom CSS plugin, you can use this code:

    #site-generator .powered {
    	display: none;
    }

    Also is there any way to make changes in the appearances only affecting for when you access from your laptop?

    You can use media queries to selectively apply CSS based on the window size.

    Thread Starter thesilvermic

    (@thesilvermic)

    Thank you so much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help Please. Theme credit already removed but still appears on mobile device.’ is closed to new replies.