-
Content Count
3,290 -
Joined
-
Last visited
-
Days Won
16
Posts posted by tuanphan
-
-
18 minutes ago, sophie.murfitt said:approvedemployers
I don't see logo in Footer. Can you take screenshot?
or you mean Header Logo? If yes, insert this code to Home > Design > Custom CSS
@media screen and (max-width:640px) { .header-title-logo img { max-height: 70px !important; } }
-
Can you share link to your site?
If your site is private/trial, setup password & share url. See my signature to know how to.
-
1 hour ago, sophie.murfitt said:what is access password?
-
26 minutes ago, mariella said:@tuanphan can you share the code for your fix above? I'm also trying to accomplish a sticky on scroll effect for my primary nav using maple.
Can you share link to your site?
-
3 minutes ago, sjschieb said:@tuanphan Can you explain your process so I can do this on my site? How did you identify "Header-inner--top" and where did you place that code?
Hover on Navigation > Right Click > Click "Inspect Element". If you don't know HTML/CSS, difficult.
If you share link to your site, i can take a look.
-
3 hours ago, MindsetMamas said:I have 3 quotes on my homepage and 2 of them have white text (my designer coded this originally). I just added a third quote (last one you see) and can't get the text to change to white on the third quote. Any advice? Thanks. www.mindsetmamas.com
Where quote 3? Can you take screenshot?
-
7 hours ago, sophie.murfitt said:I have inserted a logo in the footer. It's fine on desktop version but the logo becomes huge on mobile view. Can I reduce the logo on mobile somehow?
Yes. But can you share link to your site?
Some custom code can solve.
sophie.murfitt reacted to this -
-
1 hour ago, becksebastian said:At the moment we run a cover site, because the release will only be in about 2 weeks. So if you access the site now, you won`t see the footer. Think that doesn`t help you. I think I either I have to activate a site for you or I have to wait until the store is open, or? The link to our site is www.tutti-palette.de
I don't see footer
-
You need to share site url to check exactly code.
-
Depending the template. Can you share link to your site?
-
Can you share link to your site? and take screenshot of icons?
I think i wrote this...don't remember exactly what template I wrote for
-
All the code above only affects color and background. Your problem, I think it came from another cause.
You can create a new question, and describe the problem in detail.
-
-
9 minutes ago, olipowell said:use
h1 { font-family: 'TTFirsNeue-DemiBold' !important; }
or
h1 { font-family: 'TTFirsNeue-Regular' !important; }
Font in h1 and font in font-face need to be same, include ' and '
-
-
Time-consuming. But you can use similar effect here (free code): https://beaverhero.com/squarespace-moving-letters/
-
24 minutes ago, georgerobertatherton said:Hey @tuanphan you're a bloody legend!
That worked perfect on the menu drop down navigation, however, it changes the MENU button on the home screen as well. Is there a way to keep this black?
See screenshot
Remove above code, and use this
div#mobileNav * { color: #000; }
-
Can you share link to your site?
-
16 minutes ago, obrienleeanne said:I used the overlap and it's working well, thank you! Just one last question: Do you know what I can do to get the image to bleed to the bottom of the block (and possibly to the side but that's not an issue really), between the pages, see screenshot.
add to Home > Design > Custom CSS
#goal .sqs-block-image { padding-bottom: 0 !important; }
-
Add to Home > Design > Custom CSS
@media screen and (max-width:640px) { /* nathan */ div#block-yui_3_17_2_1_1575956026425_28740+.row { display: flex; flex-direction: column-reverse; } /* luke */ div#block-yui_3_17_2_1_1575956026425_30707+.row { display: flex; flex-direction: column-reverse; } /* naori */ div#block-yui_3_17_2_1_1575956026425_32685+.row { display: flex; flex-direction: column-reverse; } }
-
35 minutes ago, obrienleeanne said:You mean have the text as part of the image block, using maybe card as the design option? I'll try that. ; )
https://forum.squarespace.com/topic/153434-add-button-to-gallery-image/#comment-339735
-
@obrienleeanne Have you tried Image Block yet?
I remember a fews day ago, on forum, a member did this
-
9 minutes ago, slgwrkb said:Neither of these worked for me unfortunately
try adding !important, eg: font-family: font-name !important;
remember replacing font-name with your font
Size of Logo in Footer - Mobile Version
in Site Design and Styles
Posted
insert this code to Home > Design > Custom CSS
@media screen and (max-width:640px) { div#block-yui_3_17_2_1_1576143312333_32200 { max-width: 50% !important; margin: 0 auto; } }