-
Content Count
20,056 -
Joined
-
Last visited
-
Days Won
243
Everything posted by tuanphan
-
Add a 2nd button to product page
tuanphan replied to AngieRoxyE's question in Coding and Customization
You can add a text link, then share link to product, we can check code easier- 4 replies
-
- product-page
- button
-
(and 1 more)
Tagged with:
-
*Solved* How to change "Read More" text on blog excerpt
tuanphan replied to sararankin's question in Coding and Customization
Do you need help? Can you describe + site url? -
Index slideshow gallery mobile view
tuanphan replied to sarahrab's question in Coding and Customization
Add to Furniture Page Header <style> @media screen and (max-width:640px) { .gallery-fullscreen-slideshow { height: 30vh !important; } } </style> -
Inline background breaks the text alignment
tuanphan replied to DavidHortvik's question in Coding and Customization
Keep the current code & add this to Design > Custom CSS div#block-yui_3_17_2_1_1610468698876_27228>div { text-align: center; } -
7.1 Portfolio Hover Background - custom project links
tuanphan replied to Adaptive's question in Coding and Customization
Hi. I see both pages worked here. You can check again. -
Hover Colour effect with Clickable URL (7.1)
tuanphan replied to Matt987's question in Coding and Customization
You can use these code to make the effect. -
Q1. You can use this plugin to bring back Gallery Block, then you can add video carousel Q2. You can use this free widget to add video carousel Q3. You can use these free video carousel code.
-
7.0 Image title wrap in gallery view
tuanphan replied to christinabalch's question in Coding and Customization
We help here for free. If you want to donate, you can send more questions via my signature, and you can send later ☘️ I see blank item here. Do you want to fix? -
Adjust poster text size on mobile
tuanphan replied to BlindBetty's question in Coding and Customization
Can you share site url?- 22 replies
-
- nueva-template
- css
-
(and 1 more)
Tagged with:
-
How to center align product header for mobile
tuanphan replied to daveyjonezz's question in Coding and Customization
Add to Design > Custom CSS /* align shop title */ @media screen and (max-width:767px) { h2.nested-category-title { text-align: center !important; } } -
Changing color of "Email Address" in Newsletter block section
tuanphan replied to tsbarrett's question in Coding and Customization
Add to Design > Custom CSS footer.sections input[name="email"] { color: white !important; } -
Have you tried clicking Pen icon > Find there yet?
-
Customize Dropdown Navigation Menu
tuanphan replied to SolveigTraeet's question in Coding and Customization
1. 2. Answered in other post 3. Try new code /* Folder menu */ .header-nav-folder-content { left: 50% !important; transform: translateX(-50%); width: 350px !important; } .header-nav-folder-item [href="/about"]:before { content: ""; background-image: url(https://beaverhero.com/wp-content/uploads/2019/08/montauk-squarespace.jpg); background-size: contain; display: inline-block; background-position: left center; background-repeat: no-repeat; width: 20px; height: 20px; margin-right: 5px; } -
Adding dropdown/accordion with images inside
tuanphan replied to jamesmabrown's question in Coding and Customization
It looks like you solved? -
1. You can add more 5 items on Dropdown, Then I will try testing code to convert them into icons 2. I answered above 3. Which code did you add? Can you post here?
- 5 replies
-
- css
- custom-css
-
(and 2 more)
Tagged with:
-
Adjusting specific index page section height
tuanphan replied to PlenitudPR's question in Coding and Customization
Add to Design > Custom CSS section#buttons { min-height: unset; } section#buttons>div { padding-top: 1px; padding-bottom: 1px; } -
Creating a colour block on image overlay
tuanphan replied to Feblanc's question in Coding and Customization
With Story Page, You can add some blank character for Image 2, the code will work. With shop page, it looks like you solved?- 6 replies
-
- overlay
- custom-css
-
(and 1 more)
Tagged with:
-
Video code block not running in all browsers
tuanphan replied to anneline_sundby's question in Coding and Customization
Add to Design > Custom CSS /* From start to finish tablet */ @media screen and (max-width:991px) and (min-width:768px) { div#page-section-5f03d6dfa3e5fe628cd4a01c .span-12 .span-3 { width: 50%; } } Which blue tint? -
7.1 Squarespace - editing "Back to All Events" link
tuanphan replied to iara07's question in Coding and Customization
I think this require JavaScript. If you share link to an individual event? We can help easier- 1 reply
-
- blocks
- custom-css
-
(and 2 more)
Tagged with:
-
Version 7.1 - Changing Fixed Header Background Color Only When Scrolling
tuanphan replied to a question in Coding and Customization
2 options to do this O1. (Personal Plan or higher). You can add all items on Navigation, then we will give code to show some items on desktop, show some items on mobile. O2. (Business Plan or higher). Add CSS & JavaScript to solve this. About 100 lines of code -
custom coding for blog post excerpt; - excerpt date
tuanphan replied to joeybarnuk's question in Coding and Customization
If your site is trial/private, you can setup password & share url. We can help easier -
Video Preview on hover + Title Preview
tuanphan replied to jakobss1's question in Coding and Customization
Can you share your site url? Which plan do you use? -
Adding image as site-wide border
tuanphan replied to charlotteduckworth's question in Coding and Customization
change #ffffff to transparent -
Can you share site url? We can help easier Each template needs different code