DigitalN 0 Posted December 18, 2012 (edited) I'm currently trying to build an updated site for our company, but having some issues with the site title. I want it gone on the home page, but not the others. Can anyone provide me with something I can use to get rid of this? here is a link: https://keith-martinot-u7jg.squarespace.com/ Thanks in advance! Edited December 18, 2012 by DigitalN Share this post Link to post
0 Karl Guertin 0 Posted December 18, 2012 (edited) Using the CSS editor: .homepage #top { display: none; } Also check through the style tweaks, your template author may have provided an option for the homepage to not display a title. Edited December 18, 2012 by Karl Guertin Frontend Dev @ Squarespace I work on the core javascript and in particular the editing system. If you type things in, you're using my code. My knowledge of the rest of the system varies. I don't set the roadmap and I can't talk about upcoming stuff. Answers aren't official, they're me helping out on my own time. Share this post Link to post
1 Karl Guertin 0 Posted December 19, 2012 If you're going to do this consistently, take out the CSS and check the 'Options>Hide Page Title' tweak in the style editor. That will disable the title on all pages. Frontend Dev @ Squarespace I work on the core javascript and in particular the editing system. If you type things in, you're using my code. My knowledge of the rest of the system varies. I don't set the roadmap and I can't talk about upcoming stuff. Answers aren't official, they're me helping out on my own time. Share this post Link to post
1 aserrao 0 Posted December 12, 2014 @bmackey, in Pacific, if you're using your Site Title, you can use this in your Custom CSS: .homepage #siteTitle {display: none;} If you're using a logo, use this; .homepage #logoImage {display: none;} Share this post Link to post
0 DigitalN 0 Posted December 19, 2012 Karl, thanks for the help! This works flawlessly. Share this post Link to post
0 DigitalN 0 Posted December 19, 2012 Hi Karl, can I ask how I am able to customize this for other pages? If I was to apply it to the "Who We Are" page, I was thinking all I would need to do is change the .homepage part to .whoweare but that appears to not be working. Share this post Link to post
0 Karl Guertin 0 Posted December 19, 2012 If you're going to do it on a per-page basis, you'll have to use the page id. This is found in the id attribute on the page's body tag. In the case of your 'Who We Are' page it'd be "#collection-509c3dd7e4b0b5d93ca20b69 #top" Frontend Dev @ Squarespace I work on the core javascript and in particular the editing system. If you type things in, you're using my code. My knowledge of the rest of the system varies. I don't set the roadmap and I can't talk about upcoming stuff. Answers aren't official, they're me helping out on my own time. Share this post Link to post
0 DigitalN 0 Posted December 19, 2012 I hadn't even seen that option on the style editor. You're awesome! Thanks for the help. Share this post Link to post
0 First55Tech 0 Posted September 15, 2014 change the title color to be transparent to hide it on the whole site Share this post Link to post
0 bmackey 0 Posted December 12, 2014 How would I do this just for Pacific/Horizon's index page? Share this post Link to post
0 alextsang86@gmail.com 0 Posted February 1, 2016 How can i remove the site title for OM template on all pages? Share this post Link to post
0 joakimlundin 0 Posted April 5, 2016 (edited) Hi guys, I'm having the same problem but on the wells template. I've tried the css codes provided but it doesn't work... Thanks, ping @alexberen JL Edited April 5, 2016 by joakimlundin Initial Revision Share this post Link to post
0 Belrae 0 Posted March 17, 2017 Hi, Did any one resolve this?Im having the same problem the codes aren't working. Thanks! Share this post Link to post
0 djmichaeldemby 0 Posted August 10, 2018 This is great! I was able to remove the site title on my homepage, but now there's a bit of extra spacing. Is there a way to remove this extra space? My website is www.DJMichaelDemby.com Thanks! Share this post Link to post
I'm currently trying to build an updated site for our company, but having some issues with the site title. I want it gone on the home page, but not the others. Can anyone provide me with something I can use to get rid of this?
here is a link:
https://keith-martinot-u7jg.squarespace.com/
Thanks in advance!
Edited by DigitalNShare this post
Link to post