This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

6
  1. Alex S Staff 8 years, 3 months ago

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

    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. Alex S Staff 8 years, 3 months ago

    Hi,

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

  4. Alex S Staff 8 years, 3 months ago

    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.

  5. Membership Officer 8 years, 3 months ago

    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.

Have a different question or issue?

Start New Thread