dmdm Posted April 27, 2014 Posted April 27, 2014 How would I hide the Page Title on a page other than the home page. I'm using Five template. (by "Page Title", I mean the Page Title text that overlays on top of the Banner image). e.g. how would I hide the Page Description for a page like: http://mysite.com/about orhttp://mysite.com/contact thanks!
dmdm Posted April 27, 2014 Author Posted April 27, 2014 These fixed it. You can hide the homepage specifically, or any page using its Collection ID. /* Hide page title on Home page */body.homepage.banner-content-page-title-description #page-title-wrapper { visibility: hidden;} /* Hide page title on a specific page (using Collection ID) */ collection-50962a10e4b0a9a199908fb5 #page-title-wrapper { visibility: hidden;}
Guest Posted July 7, 2015 Posted July 7, 2015 You can also add this code to the Page Settings Header code injection: <style> #page-title-wrapper { visibility: hidden; } </style> This will only affect the page where this code is added.
stevemcgee99 Posted February 25, 2016 Posted February 25, 2016 How can I hide the TITLE ONLY but still show the description? In other words I want to have a mind-blowing text across the awe-inspiring image, but I don't want to pollute that with 'Home'... Never took any classes. School of necessity. Building wordpress sites in the early 2000's taught me what I know.
stevemcgee99 Posted February 25, 2016 Posted February 25, 2016 Well I found it: The title is gone, but the description remains. Superhappy. Never took any classes. School of necessity. Building wordpress sites in the early 2000's taught me what I know.
stevemcgee99 Posted February 25, 2016 Posted February 25, 2016 Well I found this and it got rid of the Home text in the banner area. But it ALSO removed the site title / text link in the navigation...Yet Home still appears in the navigation... Grrrr.... Never took any classes. School of necessity. Building wordpress sites in the early 2000's taught me what I know.
Guest Posted July 1, 2016 Posted July 1, 2016 I'm having the SAME PROBLEM but these solutions arent working for me :(I'm totally new to squarespace & am quickly becomming frustrated - can anyone help?? Ill attach a screen shot - not this it will help. Could this problem be a result of a specific search engine? (I am using Google Chrome) & am still in trial version of SS. Any help appreciated!! @jcuvdb @stevemcgee99
Guest Posted July 1, 2016 Posted July 1, 2016 I'm having the SAME PROBLEM but these solutions arent working for me :(I'm totally new to squarespace & am quickly becomming frustrated - can anyone help?? Ill attach a screen shot - not this it will help. Could this problem be a result of a specific search engine? (I am using Google Chrome) & am still in trial version of SS. Any help appreciated!! @jcuvdb @stevemcgee99
ler Posted October 10, 2016 Posted October 10, 2016 Hiya, I was able to resolve this (I wanted the page title to display but not the description so slightly opposite to your query!) by injecting this into the header code for the specific page: <style> .page-description { display: none } </style> I also wanted to hide the page title on a specific page so just switched in the .page-title for that one ie: <style> .page-title { display: none } </style> This does mess with the banner height a little but I'm working on that......! I know this is an old question but it might help people like me who are scouring for answer :)
lamusic89 Posted July 13, 2017 Posted July 13, 2017 Dear @jcuvdb. I love you. That is all. You solved my problem ;)
visionality1570048410 Posted December 26, 2017 Posted December 26, 2017 Very useful. Thanks. Does anyone know how to also hide the entire top graphic space with the title would be - on a page by page basis?
emilycavanagh Posted April 25, 2018 Posted April 25, 2018 Does anyone know how to change the Page Title not affecting the Banner Text- In Five Template the Page Title is displayed on the site as Banner Text. For SEO reasons; is there any possibility having a page title which is not equal to the banner text? Probably using a code injection. Thanks so much!
hunchback Posted May 27, 2020 Posted May 27, 2020 I just successfully used <style> .homepage .page-title { display: none !important } </style> to hide the page title only on the homepage. I had to specify homepage because it was dropping the page titles on all subsequent pages without it.
Guest Posted December 3, 2020 Posted December 3, 2020 For anyone wanting to remove SHOP title using 7.1, none of the coding worked for me. You can click EDIT, go to the pencil in your shop section, scroll down until you see a toggle for category title. This will remove the shop title without coding!
belindalong Posted May 28, 2021 Posted May 28, 2021 On 12/3/2020 at 2:20 PM, sarahstrongarm said: For anyone wanting to remove SHOP title using 7.1, none of the coding worked for me. You can click EDIT, go to the pencil in your shop section, scroll down until you see a toggle for category title. This will remove the shop title without coding! THANK you so much - have spent way toooo long trying to find how to remove this title! It's not very clear what the name of that title is, hence had no idea what to search for. Thanks for posting this @sarahstrongarm 🙌🏼
Recommended Posts
Archived
This topic is now archived and is closed to further replies.