Hide Site Name Unwind
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.
Need fast email support? Get SiteOrigin Premium
Replies
6Hi,
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!
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.