Change the logo on one page in Squarespace // Alternative logo for a single page on Squarespace

  Рет қаралды 3,310

InsideTheSquare with Becca Harpain

InsideTheSquare with Becca Harpain

Күн бұрын

Пікірлер: 35
@mikedunlapdesign
@mikedunlapdesign 3 ай бұрын
Thanks! Also good to add "background-repeat:no-repeat;" after the image tag.
@InsideTheSquare
@InsideTheSquare 3 ай бұрын
Great tip - thank you for sharing! ☺️
@TorreyJay1820
@TorreyJay1820 2 ай бұрын
Your channel is PURE GOLD! big fan! Quick question - when I followed these instructions my logo was the right color however it now looks like it has been sliced and a tiny sliver has been repeated directly below the logo. Any advice would be SO appreciated.
@InsideTheSquare
@InsideTheSquare 2 ай бұрын
Thank you - I'm glad you like my work! Try adding this to your code, before the final curly bracket: background-repeat: no-repeat
@michellesourisseau901
@michellesourisseau901 2 ай бұрын
Hallelujah! Thank you.
@InsideTheSquare
@InsideTheSquare 2 ай бұрын
You're welcome!
@mackenziewade3332
@mackenziewade3332 3 ай бұрын
Thank you for this! Is there a way to make the link when clicking the logo navigate to a page other than the home page?
@InsideTheSquare
@InsideTheSquare 3 ай бұрын
That's a great question! I have never done that before, but I found this post in the forum that might help: forum.squarespace.com/topic/35992-changing-the-link-address-of-my-logo/
@monsieurm2904
@monsieurm2904 10 ай бұрын
You have win a new subscriber !
@InsideTheSquare
@InsideTheSquare 9 ай бұрын
Yay! Thank you & welcome aboard!
@dolphinswimmer99
@dolphinswimmer99 6 ай бұрын
Ditto!
@jwo685
@jwo685 8 ай бұрын
Thanks for the tips! I followed your steps but couldn't get the logo to center align on the page, any thoughts on how to achieve this?
@InsideTheSquare
@InsideTheSquare 8 ай бұрын
Great question! Setting the margin to auto should make it centered on desktop; mobile is a little trickier with the menu. Start with this: margin:auto!important and then add any other margin-left or margin-right adjustments to move it a bit if needed, like this: margin: auto!important; margin-left: -5px!important;
@jwo685
@jwo685 7 ай бұрын
@@InsideTheSquare Thank you! I am still trying to figure it out but thanks for your help anyway.
@monicacook7306
@monicacook7306 6 ай бұрын
Is there a way to use SVG in this code?
@InsideTheSquare
@InsideTheSquare 6 ай бұрын
Nope! SVG's aren't supported by Squarespace yet. You can add one to page content using a code block, but not replace an element that doesn't support that file type without having to overwrite it with some javascript. if you do have an SVG that you want to add to a page, this tutorial can help: insidethesquare.co/squarespace-tutorials/svg
@KelLe-mv6es
@KelLe-mv6es 8 күн бұрын
but when we share the website as a link doesnt look good. How to fix?
@InsideTheSquare
@InsideTheSquare 7 күн бұрын
Great question! Your social share image can be set for any individual page. Here is an article with more info: support.squarespace.com/hc/en-us/articles/205812778-Adding-social-sharing-images
@filippogoa
@filippogoa 3 ай бұрын
Hi! This code is not working any longer on my website, what can I do?
@InsideTheSquare
@InsideTheSquare 3 ай бұрын
It's hard to say why it stopped working - nothing in this code recently changed 😕 Check out some of my troubleshooting tips here: insidethesquare.co/code-help
@gilbertodiaz4550
@gilbertodiaz4550 2 ай бұрын
Hi, can you please show how to change the logo when the mobile drop down menu opens please.
@InsideTheSquare
@InsideTheSquare 2 ай бұрын
This is a great question! I'll add your suggestion to my tutorial to do list; stay tuned :)
@jacklattie
@jacklattie 4 ай бұрын
Hi there! I happened to notice that my logo is repeating in the header of the mobile version after adding in this code. Any suggestions?
@InsideTheSquare
@InsideTheSquare 4 ай бұрын
Great question! Try adding this property and value to your code: background-repeat: no-repeat!important
@jacklattie
@jacklattie 4 ай бұрын
@@InsideTheSquare Thank you!
@the.visual.cue_
@the.visual.cue_ 5 ай бұрын
What is the code to change the mobile logo only for one page?
@InsideTheSquare
@InsideTheSquare 5 ай бұрын
It would be the same code to change it on your entire site (.header-display-mobile .header-title-logo) but how you install it makes all the difference. You can install the code in the page header code injection on the individual page, or in a code block on that page.
@KimTorres-l4x
@KimTorres-l4x 10 ай бұрын
I've changed the page code but now it shows up as a repeat.... any help?
@InsideTheSquare
@InsideTheSquare 10 ай бұрын
Try adding background-repeat: no-repeat ot uploading a larger image that to fit inside the logo container 👍👍
@AshleyVafeas
@AshleyVafeas 9 ай бұрын
@@InsideTheSquare Thank you for this and all of your other tutorials! They are awesome. The same this is happening to me, but only on mobile. I tried adding the no-repeat line, but that made the logo disappear completely. It's already 2403 × 1254 so I don't really want to make it bigger. Any suggestions?
@leonardoscalise_AI
@leonardoscalise_AI 9 ай бұрын
@@AshleyVafeas Just had the same issue. Thanks god there's ChatGPT. Here is the code that solved the problem for me: .header-title { background-image: url('YOUR-IMAGE-HERE'); background-size: contain; background-repeat: no-repeat; background-position: center; /* Center the logo by default */ } .header-title img { opacity: 0; } /* Adjustments for mobile devices */ @media (max-width: 768px) { .header-title { background-position: left center; /* Aligns the logo to the left on mobile */ } }
@nicholasking1907
@nicholasking1907 7 ай бұрын
I've found a fix for this! div.header-title-logo a { content :url("image url here") !important; max-height: 70px; }
@davypelletier
@davypelletier 10 ай бұрын
Hey that's cool.
@InsideTheSquare
@InsideTheSquare 9 ай бұрын
Thanks - I thought so too! ☺️
How to create a single page website in Squarespace / Build A One Page Site with Squarespace
7:32
InsideTheSquare with Becca Harpain
Рет қаралды 6 М.
How to create a slider testimonial in Squarespace // Squarespace Testimonial Slider Tutorial
15:06
InsideTheSquare with Becca Harpain
Рет қаралды 3,6 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 127 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 18 МЛН
Squarespace Change Logo Color On One Page | Phil Pallen
4:36
Phil Pallen
Рет қаралды 9 М.
Changing Squarespace Nav Link Colors with Code! [Beginner Tutorial - 2024 version]
9:01
InsideTheSquare with Becca Harpain
Рет қаралды 1,8 М.
Squarespace Logo to Left No Whitespace with CSS
5:02
Michael Miello
Рет қаралды 2,7 М.
Switch the Logo When Mobile Menu is Open in Squarespace 7.1
4:10
How To Target One Thing in Squarespace with Code // CSS Targeting Tips for Squarespace
7:06
InsideTheSquare with Becca Harpain
Рет қаралды 12 М.
Different Logo on Each Page Squarespace 7.1
2:48
Carl Johnson
Рет қаралды 18 М.
Award Winning Animation With Only 20 Lines Of CSS?
6:59
Hyperplexed
Рет қаралды 1,9 МЛН
How to place a search bar above the header in Squarespace // Squarespace Search Bar Above Header
7:00