sophie.elizabeth Posted May 10, 2022 Share 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 Link to comment
creedon Posted May 11, 2022 Share 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 best , and see my profile. Thanks for your support! Link to comment
Solution paul2009 Posted May 12, 2022 Solution Share 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, sophie.elizabeth and DV2 3 About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. 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