-
Content Count
24,508 -
Joined
-
Last visited
-
Days Won
278
Everything posted by tuanphan
-
How to create a transparent header bar on mobile ?
tuanphan replied to wearesilk's topic in Site Design and Styles
Add to Custom CSS body.header--menu-open .header .header-announcement-bar-wrapper:not(.shrink):not(.transparent-header-theme--override) { background-color: #f7efe6 !important; } -
Underline active selection product sort + filter
tuanphan replied to domr's topic in Site Design and Styles
Hi. Where is filter? I don't see it on homepage -
Responsive design doesn't work on mobile device
tuanphan replied to LineogPer's topic in Site Design and Styles
Answered your message. You can check it! -
Different text alignments in image blocks
tuanphan replied to deniselibelle's topic in Site Design and Styles
Add to Design > Custom CSS /* About right */ div#block-4aa23e0955cf0346b29e figcaption.image-card-wrapper { justify-content: flex-end !important; align-items: flex-end !important; text-align: right; } /* Visuals middel */ div#block-0acfc8ba8cfc66e9db8f figcaption { text-align: center; } /* work with me left */ div#block-6947208b587300bfa671 figcaption * { text-align: left !important; justify-content: flex-start !important; align-items: flex-start !important; } -
Add to Design > Custom CSS /* Visual images */ [data-section-id="60684b9531e2bd009b5b6591"] .content-wrapper { padding-left: 0 !important; } /* work with me image */ [data-section-id="60684683ed66ba3ee892c7dd"] .content-wrapper { padding-right: 0 !important; } /* about image */ [data-section-id="60683253c3cea02b2d4fb112"] .content-wrapper { padding-left: 0 !important; }
- 5 replies
-
- custom-css
- design
-
(and 2 more)
Tagged with:
-
Apply single text change to ALL [pages
tuanphan replied to ay-ay-ron's topic in Site Design and Styles
Suppose you need to set the phone number: 0123.456.789 at About, Contact, Services Pages page. You can add 3 Code Blocks on 3 page, & paste this code <span class="phone-number"></span> Next, add this to Design > Custom CSS .phone-number:before { content: "0123.456.789"; display: block; font-size: 18px; } In the future, if you want to change phone on both 3 pages, just change number in Custom CSS. Similar if address <span class="address"></span> and CSS .address { content: "123 Wall Street, New York"; display: bl -
How can I centre a text in an image block?
tuanphan replied to deniselibelle's topic in Site Design and Styles
Use new code /* center home text */ body.homepage article section:nth-child(n+2) .content { width: 100% !important; }- 5 replies
-
- custom-css
- css
-
(and 3 more)
Tagged with:
-
Aligning navigation in Five template
tuanphan replied to rebeccalmartin's topic in Site Design and Styles
Add to Design > Custom CSS /* align logo nav */ .horizontal-navigation-bar.clear.with-logo { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; } nav#main-navigation { margin-right: 0; padding-right: 0; } -
I answered your email. You can check it again.
-
Can you share link to your site? WE can help easier
- 5 replies
-
- york-template
- banner
-
(and 2 more)
Tagged with:
-
Hi. Try contacting Squarespace Customer Care. They can check your backend to troubleshoot the issue.
-
The gallery view lightbox captions
tuanphan replied to CBGreenhouses's topic in Site Design and Styles
Use new code /* Make caption always visible */ .yui3-lightbox2 .sqs-lightbox-meta { opacity: 1 !important; background-color: rgba(0,0,0,0.75) !important; } -
You can setup password & share url.
-
Updating Font Sizes/Color in 7.1
tuanphan replied to KeithHighland's topic in Site Design and Styles
Hi. Have you solved this yet? -
Align Highlighted text in codeblock
tuanphan replied to Danielle72's topic in Site Design and Styles
If you don't want to share link to page where you have problem, difficult to check this. -
Adding site title and logo to a header with logo in the centre
tuanphan replied to NICKLW1's topic in Pages and Content
You should share link to your site, we can help easier -
Looking for something more gallery like
tuanphan replied to paulbeckingham's topic in Pages and Content
Hi, You want When clicking images on gallery >> Lightbox will appear with description in bottom? -
You mean Make logo apper above Miami based?
- 1 reply
-
- template
- brine-template
-
(and 1 more)
Tagged with:
-
Which element? Input text, title text or? Can you share link to lock page on your site?
-
Squarespace 7.1 Masonry Gallery, caption on hover but linkable?
tuanphan replied to mixedbyandrea's question in Coding and Customization
Have you added link in this box yet? -
Change Gallery Styles on Mobile Screen
tuanphan replied to DIN's question in Coding and Customization
Hi. What is password? -
Add background image to header in 7.1
tuanphan replied to ed.design's question in Coding and Customization
The url doesn't exist