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).
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.
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…
Hi,
Do you have a public URL where we can take a look at what’s going on?
Yes the website is https://www.cffm-fcam.ca/ <https://www.cffm-fcam.ca/>
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.
That’s great! Thank you!