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 the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. 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, DV2 and sophie.elizabeth 3 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. 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