Guest Posted July 23, 2013 Posted July 23, 2013 Hi, I am new to using Squarespace and want to disable part of a header item on a specific page. I was told by the Squarespace support that this will require custom coding, but am unfamiliar with the set-up and how to go about doing this. To be exact I am using the Hudson theme http://www.squarespace.com/templates/?q=hudson, and the person I am designing the site for wants to remove the address/phone number from ONLY the home page. Can anyone please show me the way? Thanks in advance :D umlungu
e2astudio Posted July 24, 2013 Posted July 24, 2013 Add this snippet to the CSS Editor found within the Style Editor: .homepage .site-info { display: none; }
Guest Posted July 24, 2013 Posted July 24, 2013 Thanks! Did the trick. If you get a free moment, could you explain where you found the syntax for the code? Do you have to have developer mode enabled? Thanks again :D
e2astudio Posted July 24, 2013 Posted July 24, 2013 Using Chrome, enable 'Developer Tools' - this allows you to inspect web pages and find classes assigned to page elements.
Jvalal Posted July 31, 2013 Posted July 31, 2013 Can you only display part of the header item? Let's say I want to hide address, but show phone?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.