Viewing 5 replies - 1 through 5 (of 5 total)
  • if its an image, delete it from your files and remove it from code, I gues header template, and if its text you’ll have to remove it only from code.

    If you need more help please let me know, and provide URL.

    Thread Starter shaneparkins

    (@shaneparkins)

    Hi, i deleted the logo but now it still says logo at top left. Here is url. https://www.smptechnicalsolutions.co.za/

    You need to go into header.tpl and delete that image there. You just deleter the image but you didn’t delete image tag or container for that image. Cause of that it shows empty container.

    Thread Starter shaneparkins

    (@shaneparkins)

    Hmmm im really battling, would you be willing to assist if i gave you admin login, i know its alot to ask but im stuck.

    Hi shane – we really don’t recommend giving admin access to people you don’t know, but let’s see if we can get rid of that “logo” on your site.

    Do you have a custom CSS section in that theme? If not, install a CSS plugins such as My Custom CSS or JetPack. Then add this to the new CSS section:

    #logo {
        display: none;
    }

    Make sure you clear your browser cache after making that change.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove custom logo’ is closed to new replies.