sophie.elizabeth Posted May 10, 2022 Posted May 10, 2022 Site URL: https://platinum-begonia-nxwy.squarespace.com/ Hi is it possible to add contact details either under the navigation or clickable as part of the navigation without having to sign up for the business plan? Site p: msrservice
creedon Posted May 11, 2022 Posted May 11, 2022 With CSS you could add contact text but it wouldn't be clickable and would be very plain. All the text would have the same styling, no mixing of styles. Also it may not play well or be very responsive. You need structure (HTML) for things to be clickable and adding it in the location you want requires JavaScript, which in turn requires the business plan or above. The CSS version would look something like the following. .header-display-desktop::after { bottom : 0; content : 'email: themsrservice@gmail.com\ATelephone: 07854084790'; position : absolute; right : 0; white-space : pre; } This is for v7.1 and only for desktop. sophie.elizabeth 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Solution paul2009 Posted May 12, 2022 Solution Posted May 12, 2022 On 5/10/2022 at 10:15 PM, sophie.elizabeth said: is it possible to add contact details...clickable as part of the navigation without having to sign up for the business plan? You can add a link to the navigation and then use this for a telephone number (your "call us now example") or an email address. When you've clicked '+' to add a navigation link, this explains how to link it to a telephone number so that when a visitor taps the link from a smartphone, it prompts them to call the number. Did this help? Please give feedback by clicking an icon below ⬇️ abibacon, DV2 and sophie.elizabeth 3 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment