dmdm Posted April 27, 2014 Share Posted April 27, 2014 (edited) 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! Edited August 15, 2016 by madzka ads_chi 1 Link to comment
dmdm Posted April 27, 2014 Author Share 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;} PRWORKS 1 Link to comment
Solution Guest Posted July 7, 2015 Solution Share 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. Link to comment
stevemcgee99 Posted February 25, 2016 Share 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. Link to comment
stevemcgee99 Posted February 25, 2016 Share 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. Link to comment
stevemcgee99 Posted February 25, 2016 Share 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. Link to comment
jasoed Posted July 1, 2016 Share Posted July 1, 2016 (edited) 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 Edited July 1, 2016 by jasoed Initial Revision Link to comment
jasoed Posted July 1, 2016 Share 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 Link to comment
outbackfiction Posted October 1, 2016 Share Posted October 1, 2016 worked perfectly, thank you! Link to comment
ler Posted October 10, 2016 Share 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 :) PRWORKS 1 Link to comment
lamusic89 Posted July 13, 2017 Share Posted July 13, 2017 Dear @jcuvdb. I love you. That is all. You solved my problem ;) Link to comment
FaithH Posted August 8, 2017 Share Posted August 8, 2017 This worked perfectly. Thanks so much! Link to comment
visionality1570048410 Posted December 26, 2017 Share 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? Link to comment
emilycavanagh Posted April 25, 2018 Share 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! Link to comment
hunchback Posted May 27, 2020 Share Posted May 27, 2020 (edited) 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. Edited May 27, 2020 by hunchback Added to response. PRWORKS 1 Link to comment
sarahstrongarm Posted December 3, 2020 Share 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! MillyNilly, belindalong and Mel_Bank 1 2 Link to comment
belindalong Posted May 28, 2021 Share 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 🙌🏼 tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment