-
Posts
19 -
Joined
-
Last visited
Personal Information
- Website
-
Location
Hertfordshire, UK
andrea_beehive's Achievements
-
andrea_beehive reacted to a post in a topic: Lead magnet hosting – Squarespace and Hubspot
-
I need to add a pricing page to a website I'm about to design – I envisage much like this https://www.squarespace.com/pricing but with one table. This will link to a page on the client's app where the software can be purchased – no commerce will be set up on the site itself. The client would like the currency in the table to change depending on region a user is visiting from – it will be SEK, USD or EUR (visiting from Sweden, USA, Europe) Is this possible? And if so, how? I know plug-ins are available for a shop/commerce but this is just for a couple of figures – ie EUR 499 per month and one-off fee EUR 1000 – I haven't found anything suitable. I really appreciate any help. PS please advise if I should add this elsewhere in the forum as it didn't quite fit in any boxes I could see!
-
moonlitdesign reacted to a post in a topic: Adjust content width for a list section – make narrower on desktop
-
Piebie reacted to a post in a topic: Adjust content width for a list section – make narrower on desktop
-
ASequin19 reacted to a post in a topic: Adjust content width for a list section – make narrower on desktop
-
StottsCreative reacted to a post in a topic: Adjust content width for a list section – make narrower on desktop
-
Hi, apologies for what is likely a pretty basic question. My client is creating a range of 'how-to' guides as a lead magnet. Their mailing list is with Hubspot. Where do I host the lead magnet? I know it can be added to a 'landing page' on Squarespace or one created with Hubspot. I'd prefer to create it on Squarespace as it will be on brand! But is that possible to capture email addresses? Thanks in advance
-
Google font not loading
andrea_beehive replied to andrea_beehive's topic in Fonts, colors and images
I suspected it would be me doing something stupid 🙂 thanks! -
Google font not loading
andrea_beehive replied to andrea_beehive's topic in Fonts, colors and images
I suspected it would be me doing something stupid 🙂 thanks! -
Google font not loading
andrea_beehive replied to andrea_beehive's topic in Fonts, colors and images
Thanks v much @Ziggy problem solved! -
Hi Circle community I need to use Inter, a Google font, on my clients website for paragraph copy as its their brand typeface. Unfortunately, it isn't available in Squarespace. I've uploaded the weights of Inter I need to SS and used this css for paragraphs: @font-face { font-family: Inter-Regular; src: url(URL.ttf/.otfhttps://static1.squarespace.com/static/6346b0b21dbcf07f03005438/t/6346cf4b9eea934871d6e076/1665584972740/Inter-Regular.ttf);} /* P styling */ p { font-family: Inter-Regular, sans-serif !important;} The font looks fine in Chrome but on Safari it's defaulting to another sans serif and I cant understand why! Any ideas? Where have I gone wrong? Thanks in advance for your help 🙂
-
creedon reacted to a post in a topic: Adjust content width for a list section – make narrower on desktop
-
Thanks Creedon – I am actually sorted now! 🙂 I was provided a css solution by a lovely facebook group. I'll share it here incase useful to anyone else: /*decrease list section width */ data section ID here { .user-items-list{ padding-left: 10vw ; padding-right: 10vw; } } I made it apply to desktop only by wrapping it in CSS query: @media screen and (min-width:768px) { paste CSS code here. }
-
andrea_beehive reacted to a post in a topic: Adjust content width for a list section – make narrower on desktop
-
Hi Creedon I appreciate your time as that's exactly what I was after (I understand longer content will cause text to wrap) but I'm clearly not digital savvy enough when it comes to code injection – I can't get it to work! The extra 'invisible' item can be seen and the width hasn't adjusted. I was hoping it could be solved with CSS to target that section, but I may just have to live with it. Thanks anyway :)
-
Site URL: https://www.sandfordpr.com/ Is there a way to make the content width for a list section narrower on desktop/tablet? I’d like the four panels to keep the same two column compsition as in the screenshot, but to be narrower in width and central on the screen with generous space either side. With short content in the panels it feels necessary for them to be that wide. I can increase spacing between the panels but that doesn't achieve the right result. I’d appreciate any advice – thank you!
-
Link folder of dropdown navigation menu
andrea_beehive replied to andrea_beehive's topic in Pages & Content
Hi Yanli, apologies I've just seen your question. Let me know if you still need any help! -
andrea_beehive reacted to a post in a topic: Link folder of dropdown navigation menu
-
yanli reacted to a post in a topic: Link folder of dropdown navigation menu
-
andrea_beehive reacted to a post in a topic: Change H2 font size on blog only
-
Change H2 font size on blog only
andrea_beehive replied to andrea_beehive's topic in Pages & Content
That makes sense! 👍 It's 7.1 -
Change H2 font size on blog only
andrea_beehive replied to andrea_beehive's topic in Pages & Content
Hi Paul – sorry, I don't post often on here. Do I need to add a link if it's a not a specific issue? I haven't started designing the blog yet but know the h2's from the overall site are too big to use as blog post sub headers. I'm told by the SEO consultant I shouldn't just jump down to h3/h4 so I wanted to cheat by changing size of h2's for the blog only 😉 but not sure if that's possible. Thanks -
Hi, I am trying to change the H2 font size and font inside all my blog articles but keep it the same outside. What is the blog H2 CSS Class/ID? Or is there a better way to do this? I don't want to add code to each individual blog post! Thanks Andrea
-
tuanphan reacted to a post in a topic: Link folder of dropdown navigation menu
-
Link folder of dropdown navigation menu
andrea_beehive replied to andrea_beehive's topic in Pages & Content
Hi, sorry I didn't explain myself well! What I wanted to do was to link folder navigation title to the services page – I've managed to to it now but thanks for your time 🙂 -
Link folder of dropdown navigation menu
andrea_beehive replied to andrea_beehive's topic in Pages & Content
Hi, I've added a screenshot which shows what I mean! I have a dropdown menu under 'work with us'. What I really want is the top page in the dropdown (services) to be in the menu (not folder that says work with us), with the pr, digital marketing, social media and brand marketing pages dropping down from it. Is there a way to do that? Thanks