There are a few different ways that you can hide your tagline in Squarespace. One way is to simply remove the text from the tagline field in the Design > Logo & Title section of your site. Another way is to uncheck the “Display Site Title and Tagline” option in the Design > Site Identity section.
If you want to keep your tagline but want to hide it on certain pages, you can use the Page Header Code Injection option in the Advanced tab of each page’s settings. Just add the following code to the injection field:
<style>
.site-title {display: none;}
</style>
This will hide your site title and tagline on that specific page. You can also add this code to your site-wide CSS file if you want to hide it on all pages.
To style text in HTML using <p>, <b> and <u> tags, simply add these tags around the text you want to style. For example,
This is a paragraph
will make all the text within the <p> tags a paragraph.
This is bold will make all the text within the <b> tags bold. And this is underlined will make all the text within the <u> tags underlined.
PRO TIP: This article provides instructions on how to hide a tagline in Squarespace. However, it is important to note that doing so may affect the way your site appears to search engines. As a result, your site may be less likely to appear in search results.
8 Related Question Answers Found
There are a couple different ways that you can hide tags and categories in Squarespace. One way is to simply remove them from your navigation bar. To do this, go to the Design tab, click on Navigation, and then uncheck the boxes next to “Tags” and “Categories.”
Another way to hide tags and categories is to create a password-protected page.
There are a few ways to hide a page in Squarespace. One way is to simply un-publish the page. To do this, go to the Pages section of your dashboard and hover over the page you want to hide.
There are a few different ways that you can hide text in Squarespace. One way is to use the <p> tag. The <p> tag is used to create paragraphs of text.
There are a few ways to hide the header on Squarespace. One way is to go to the Design tab, click on Site Styles, and scroll down to the Header section. Here, you can change the header height to 0px.
There are a few reasons you might want to hide a page on your Squarespace site. Maybe you’re still working on it and don’t want it to be public yet, or maybe you have a page that you only want certain people to be able to see. Whatever the reason, Squarespace makes it easy to hide pages on your site.
If you want to hide content on your Squarespace site, there are a few methods you can use. One is to use the “Hide” option in the Page Settings menu. This will hide the page from navigation menus, search results, and other areas of your site.
There are a couple of ways to hide pages from navigation in Squarespace. One way is to simply uncheck the “Show in Navigation” box in the Page Settings panel. This will remove the page from navigation, but it will still be accessible if someone knows the URL.
There are a few ways to hide the logo on one page in Squarespace. One way is to use CSS. You can add the following code to the Custom CSS Editor:
#logo {
display: none;
}
This will hide the logo on all pages.