How to add an SVG to Squarespace // Squarespace SVG Tutorial

  Рет қаралды 9,884

InsideTheSquare with Becca Harpain

InsideTheSquare with Becca Harpain

Күн бұрын

Пікірлер: 41
@InsideTheSquare
@InsideTheSquare Жыл бұрын
⚠ IMPORTANT CSS UPDATE ⚠ When logging into Squarespace, if you see the word "Website" at the top of your menu, you are using their new internal navigation! To edit the CSS of your Squarespace website, click on the word "Website" and scroll to the bottom of the list of pages. Here you'll see "Website Tools" - click on that option and select "Custom CSS" to open the CSS panel and add your code here. For more information, watch this tutorial: kzbin.info/www/bejne/m6atonuOqMR_Z68
@Human_Evolution-
@Human_Evolution- Жыл бұрын
This was extremly useful. I have been studying web dev for 2 years and I am still terrible with SVG's, but this made me a little less terrible, thank you.
@InsideTheSquare
@InsideTheSquare Жыл бұрын
Yay! So happy I could help! 🙌🏻
@DirectionPos
@DirectionPos 2 жыл бұрын
One of the best channels on squarespace
@InsideTheSquare
@InsideTheSquare 2 жыл бұрын
Your comment just made my day - thank you so much!!!
@BC_CreativeYT
@BC_CreativeYT 24 күн бұрын
awesome video! question: is there a way to update the mobile view of a SVG? for instance; make it be '2vw' on desktop but '20vw' on mobile? otherwise the Mobile SVG is very very small.
@InsideTheSquare
@InsideTheSquare 21 күн бұрын
Great question! I would recommend adding a media query code to change the size for devices. This tutorial covers the concept, but instead of hiding a hiding, you'll just change it: kzbin.info/www/bejne/hKHMnnSXnt1sadE
@dustinschaefer8408
@dustinschaefer8408 2 жыл бұрын
Thank you for your tutorials! One questions regarding SVGs -- what is your favorite method for having an SVG as the main logo on the nav bar?
@InsideTheSquare
@InsideTheSquare 2 жыл бұрын
Hey Dustin! That's a great question! I'll have to brainstorm on this one to create a code and I'm sure it will make a great tutorial so stay tuned!
@williammaanders
@williammaanders 2 жыл бұрын
Great question, had the same!
@Human_Evolution-
@Human_Evolution- Жыл бұрын
@@InsideTheSquare It has been 6 months. Is it possible to add SVG's in the header?
@williammaanders
@williammaanders 2 жыл бұрын
Great tutorials! I am learning so much, so huge thanks to you Becca!!
@InsideTheSquare
@InsideTheSquare 2 жыл бұрын
Yay! So happy I could help! 🙌🏻
@mjleyrer
@mjleyrer 2 жыл бұрын
Think you could do one on SVGs as background images? I don't know if it's allowed but would be super useful.
@InsideTheSquare
@InsideTheSquare 2 жыл бұрын
Oooh I love this idea! I’ll definitely add this to my tutorial to-do list; stay tuned 😉
@wearequbit
@wearequbit Жыл бұрын
@@InsideTheSquare just stumbled upon this comment - that's a great idea! I don't suppose you made a tutorial covering it.... that escaped my attention?
@mavenhouse
@mavenhouse 2 жыл бұрын
Hi there - is there a way to use this method for the site logo in fluid engine?
@InsideTheSquare
@InsideTheSquare 2 жыл бұрын
Great question! I'll have to brainstorm on this one; probably possible with some clever CSS. if I am able to create a code for it, I'm sure it will make a great tutorial so stay tuned!
@lorendepalma2113
@lorendepalma2113 2 жыл бұрын
@@InsideTheSquare Brilliant Becca Girl, your Circle friend here! It would be really great to get an SVG site logo! I came close with this tutorial: kzbin.info/www/bejne/p2jOgZppoKtjnZI by Adlytic Marketing. It showed up perfectly in the Squarespace browser preview, but when I published you couldn't see it in Chrome or Safari. Would love to learn how to do this because it's so much better vector. Thanks again for all you do!
@monicacook7306
@monicacook7306 8 ай бұрын
@@InsideTheSquare was a solution found for the site logo?
@lloydvprice
@lloydvprice 2 жыл бұрын
Great tutorial, thanks for sharing. One thing I've noticed is that SVGs (and maybe other content?) are not centered vertically within the content box (you can even see it in your video, it's close to the top of the box than the bottom). I have situation that requires precise placement of the SVG in the vertical plane but it's impossible without the icon itself being in the center of the container. So far I cant find out why offset exists and what's causing it, any ideas?
@InsideTheSquare
@InsideTheSquare 2 жыл бұрын
That’s pretty strange - if your site isn’t working the way it’s supposed to, you should definitely contact the Squarespace support team: support.squarespace.com/
@AsSyrIan29
@AsSyrIan29 Жыл бұрын
Hey thank you for your tutorials. One Question, why use SVG and not JPG? you could have a picture with transparent background.
@InsideTheSquare
@InsideTheSquare Жыл бұрын
SVGs are scalable vector graphics that some designers prefer to use so they can resize an object without risking quality. JPG formats can work great for most images, especially backgrounds, and PNGs are the ones that can have a transparent background. Both JPG and PNG image types can be added to an image block, but not SVGs.
@carphead7335
@carphead7335 2 жыл бұрын
Thanks
@InsideTheSquare
@InsideTheSquare 2 жыл бұрын
You’re welcome!
@kayleyedwards7738
@kayleyedwards7738 Жыл бұрын
Thank you - so useful.
@InsideTheSquare
@InsideTheSquare Жыл бұрын
Yay! Happy I could help!🙂
@MountainTopHomestead316
@MountainTopHomestead316 Жыл бұрын
So for some reason the SVG looks good on the website but then on mobile it's very small. Any idea what's up or how I could fix it?
@InsideTheSquare
@InsideTheSquare Жыл бұрын
Interesting! It's hard to say without seeing your site, but if you are using a fluid engine section, make sure the content block the SVG is in is stretched to the right size on mobile view.
@davekorns
@davekorns 2 жыл бұрын
Awesome. Thanks again.
@InsideTheSquare
@InsideTheSquare 2 жыл бұрын
You’re so welcome - happy I could help! 😁
@RE-mb7ny
@RE-mb7ny Жыл бұрын
Great video. 1) If I want to add my own svg file such as a logo to Squarespace, for example is this code correct: // I read that center tag is not used in HTML5. / 2) Could I use CSS to make it center? .center { display: block; margin: 0 auto; }
@InsideTheSquare
@InsideTheSquare Жыл бұрын
SVG’s are tricky with Squarespace and not compatible with all content blocks. I would definitely recommend converting it to a PNG. For most images, unless you are building for visitors with super advanced graphic displays, a PNG should still look decent.
@RE-mb7ny
@RE-mb7ny Жыл бұрын
@@InsideTheSquare Thank you for letting me know.
@dshott
@dshott Жыл бұрын
Thanks, I would have had no idea how to do this but you summed it up simply, thanks! I exported my svg from illustrator and it had loads of individual shapes (all exported in "wrong" colour). I edited the exported code as follows to change the colour (in case it helps someone else! : .st0{fill:#010202;}
@InsideTheSquare
@InsideTheSquare Жыл бұрын
Glad you got it to work for you - and thanks for sharing your code update! :)
@ericmccrorey3735
@ericmccrorey3735 2 жыл бұрын
How do you add images into figma into Squarespace without them looking pixelated or distorted? As a jpeg?
@InsideTheSquare
@InsideTheSquare 2 жыл бұрын
Hey Eric! If you aren’t using an SVG, then it all depends on the resolution of the image. I would reach out to the Figma support team to see if they can help.
@frithalewin
@frithalewin 4 ай бұрын
Seriously, they can’t just make a GUI for this in Squarespace? They need to up their game.
@InsideTheSquare
@InsideTheSquare 4 ай бұрын
Agreed - most of my tutorial ideas are from "why they heck can't it do THAT?!" kinda situations 😅
Squarespace: how to add a vector SVG to your website
4:30
designertofullstack
Рет қаралды 387
Squarespace CSS Deep Dive: Adding SVG Icons to Buttons
17:05
S-E Web Design
Рет қаралды 2,2 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
Guaranteed Sales: Sell These and Dominate 2025 🚀
10:18
Etsy Mentor
Рет қаралды 1,7 М.
How to Add Custom Fonts in Squarespace: Easy Tutorial
12:13
Squarestylist
Рет қаралды 2,3 М.
Reveal Text on Hover in Squarespace // Squarespace Tutorial - Fluid Engine Hover Effects
8:43
InsideTheSquare with Becca Harpain
Рет қаралды 51 М.
How to Open and Edit SVG Files
23:08
Crystal's Crafties
Рет қаралды 3,1 М.
I Tried Imagen AI... the Results Were SHOCKING
12:16
Katelyn James
Рет қаралды 25 М.
How to Add SVG Icons to Squarespace
10:46
S-E Web Design
Рет қаралды 10 М.
How To Target One Thing in Squarespace with Code // CSS Targeting Tips for Squarespace
7:06
InsideTheSquare with Becca Harpain
Рет қаралды 12 М.
How to add an animated SVG background to an image block on Squarespace
6:12
Brittany Hargis Web Design & SEO
Рет қаралды 425
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН