-
Content Count
42 -
Joined
-
Last visited
About gehernando
-
Rank
Authorized Trainer
Personal Information
- Website
-
Location
Orlando, FL
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
show image title below image in gallery slideshow
gehernando replied to Melonmade_'s question in Coding and Customization
perfect! thank you. -
gehernando reacted to an answer to a question: show image title below image in gallery slideshow
-
show image title below image in gallery slideshow
gehernando replied to Melonmade_'s question in Coding and Customization
Hi @tuanphan. I tried that at the bottom-most slideshow on my page and its not showing the description at -100px. It seems to disappear inside the slideshow container and not reveal it outside. https://platypod-pro.squarespace.com/platyball -
gehernando reacted to an answer to a question: [Share] Remove Header on Entire Site - One Page
-
[Share] Remove Header on Entire Site - One Page
gehernando replied to tuanphan's question in Coding and Customization
Hello! I was able to follow these instructions to remove the header from my Impact Template (Brine) on a specific page: https://wisteria-lime-er8m.squarespace.com/linkedin-course However, how can I remove it from the mobile view too? Thanks! -
tuanphan reacted to an answer to a question: Overlaying Summary Heading and Summary Title over an image
-
Overlaying Summary Heading and Summary Title over an image
gehernando replied to gehernando's question in Coding and Customization
This seems to be working: .summary-heading { z-index:99; position: absolute; text-align:center; top: 45%; left: 50%; width:100%; transform: translate(-50%, -50%); color:#fff; } .summary-title{ position: absolute; top: 55%; left: 50%; transform: translate(-50%, -50%); font-family:"Adobe Caslon"; color:#fff; } -
Overlaying Summary Heading and Summary Title over an image
gehernando replied to gehernando's question in Coding and Customization
Sure: https://turncoat.squarespace.com/home and Thanks! -
Overlaying Summary Heading and Summary Title over an image
gehernando posted a question in Coding and Customization
Site URL: https://turncoat.squarespace.com/home Hello! I have summary block sourcing from a gallery and set to display as a carouseI for just one item. How can I center the Summary Heading "Color of the Week" and the Summary Title "Absinthe" in the center of the image? (see attached example). .sqs-block-summary-v2 { .summary-title{ } .summary-heading{ } } -
gehernando joined the community
-
Redirect after successful form submission
gehernando replied to SSDEV's question in Coding and Customization
you have to remove the ' characters before and after the URL.