Home>Support>Hide Site Name Unwind

Hide Site Name Unwind

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

How can I remove the site name from my website? I am using the Unwind theme and my site name appears on each page (even the homepage).

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 8 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. 7 years, 8 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. 7 years, 7 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. 7 years, 7 months ago Membership Officer

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

  5. 7 years, 7 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. 7 years, 7 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