• Resolved bhs67

    (@bhs67)


    How does one remove the Site Identity at the top of every page?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Do you mean the logo of the company at the top of the website?

    Technically you can simply remove it in the settings of wordpress backend.

    Alternatively if you manage to identify the div containing it you simply have to set it as hidden into the child theme of the site.

    I’d suggest to remove the logo from settings as search engines still consider hidden contentrs while indexing the page.

    I’m sure that there are more quilified people than me to help you with this, but just in case feel free to ask more and I’ll trey to help at my best ??

    Thread Starter bhs67

    (@bhs67)

    The Site Identity is “Electronics is Easy”. This is displayed at the top of https://x.electronicsiseasy.com/. I want to remove the words “Electronics is Easy” at the top of each page.

    In Customizer -> Additional CSS:

    #site-logo #site-logo-inner {
    	display: none;
    }
    Thread Starter bhs67

    (@bhs67)

    Thanks momo-fr!

    • This reply was modified 6 years, 7 months ago by bhs67.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How does one remove the Site Identity at the top of every page?’ is closed to new replies.