• Hi, I changed my header for a custom image and removed any logo from my website. It was all ok, but all of a sudden a link with my page title and a not found image appears on my header, like it’s trying to retrieve a logo with a hyperlink for my homepage. I just want that to disappear.
    Here’s a link to an image of it happening on my cellphone (same thing happens on a PC): https://ibb.co/kEpusK

    Thanks a lot.

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

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

    We can remove automatic logo hyperlink with the help of custom css. Please apply the below given under Appearance -> Customize -> Additional Css-

    div.site-identity a.site-logo {
    display: none;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter yurimg31

    (@yurimg31)

    Perfect, thanks a lot.

    Thread Starter yurimg31

    (@yurimg31)

    Before you close the topic, another question. Many times a team name appears in the website, but it’s just the name of the team. Is there any code I can write so that every time the team name appears it will be a hyperlink to open the team’s page. I know how to make the hyperlink, but if I make one for every single time the team name appears, it’s a lot of work. So I’m looking for a code to make it automatic.

    Roch

    (@rochesterj)

    Unfortunately we don’t have any sippet for that. I don’t know an easy way to do this. It’s likely that you’ll need to hire a developer to code this for you.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing automatic logo hyperlink’ is closed to new replies.