• Resolved Simon

    (@spa180)


    Hi

    I don’t wish to have a logo show on my site, so I removed it last night. Today I noticed I now have the site name showing with a broken link icon. How can I remove this please?

    I have checked the Site Icon option in Appearance has been unselected.

    Thanks in advance for any help.

    Simon

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • HI Simon!

    Sure, we can remove this with a bit of CSS code.

    Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:

    .site-logo {
    	display: none;
    }

    Kind Regards,
    -Roch

    Thread Starter Simon

    (@spa180)

    That has worked – thank you so much.

    You’re most welcome!

    Let us know if you need anything else.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Site Logo Showing Text – I Don’t Want Anything!’ is closed to new replies.