Home>Support>Hide Site Name Unwind
  1. 6 years, 10 months ago Alex S
    Hi, I Work Here

    Hi,

    You can remove the site title by adding a logo or by adding some custom CSS to your website.

    For the former, please navigate to WP AdminAppearanceCustomize, Theme SettingsLogo and set a Logo.

    For the latter, please navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add the following CSS:

    #masthead .site-branding .site-title {
        display: none;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

    You can also override the logo area by adding a widget to your masthead by navigating to WP AdminAppearanceWidgets and add a widget to your masthead widget area.

  2. 6 years, 10 months ago Membership Officer

    Hi,

    I am still seeing the site name below my logo. It is small and appears on each page. I tried the Custom CSS and it is still there… I have tried disabling the margin below the header, but that doesn’t seem to work either…

  3. 6 years, 10 months ago Alex S
    Hi, I Work Here

    Hi,

    Do you have a public URL where we can take a look at what’s going on?

  4. 6 years, 10 months ago Membership Officer

    Yes the website is https://www.cffm-fcam.ca/ <https://www.cffm-fcam.ca/&gt;

  5. 6 years, 10 months ago Alex S
    Hi, I Work Here

    Hi,

    That’s being added by Breadcrumb NavXT.If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add the following CSS.

    .home .breadcrumbs.bcn {
        display: none;
    }
    

    How does that look?

    You might also need to install the SiteOrigin CSS Editor.

  6. 6 years, 10 months ago Membership Officer

    That’s great! Thank you!

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More