Jump to content

Customisation Wish List

Recommended Posts

Hello All,

I am currently building my website on Squarespace (moving from Wix). I have tried to customise my site using css code found in the forums with mixed success so I am asking directly if someone can help me to do the following:

1. I have managed to get the site title and logo to display in the header but cannot get them in-line, with logo to left of title.

2. To hide the image captions in the gallery but show them centred on, and under the image in the light box.

3. To remove horizontal scroll from the lightbox so that the viewer must click in and out of one image at a time.

I am on the Personal Plan.

Thanks in advance!

Link to comment
On 11/20/2023 at 8:50 PM, omurchu said:

#1. Make it inline like this?

image.png.7ca88856f060767479275de766dea0d7.png

#2. You can use code in this comment

https://forum.squarespace.com/topic/164356-lightbox-captions-only/?do=findComment&comment=646704

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 11/23/2023 at 4:09 AM, omurchu said:

#1 More or less yes. On the same horizontal centre line with a bit more space between.

#2 Unfortunately I don't have access to Code Injection with the Personal Plan, do you have a Custom CSS solution?

#1. Use this CSS code

.header-title-logo a {
    display: flex !important;
    align-items: center;
}

#2. If you don't mind manually inserting captions for each photo with code, each caption is a code, I will give the code

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

With Selected Page: https://violin-bluebird-wtwa.squarespace.com/selected-images

to add caption with CSS, add this code to Website Tools (under Not Linked) > Custom CSS

/* Selected page */
body#collection-654552924507a264bb7101c2 {
	[data-slide-url]:after {
    display: block;
    color: black;
    z-index: 99999;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
[data-slide-url="ka7yigpadnsde8p2reu0kwq137dwzr"]:after {
    content: "Feral Goats on Slievecarran";
}
[data-slide-url="rbzzrph9y7ytkop3cfbeeia81shyuf"]:after {
    content: "Bouleevin-Sunrise";
}
[data-slide-url="w70lm6szn1rvswsz5sqrn6saws657s"]:after {
    content: "Doonties-Gateway-Dingle-Peninsula.jpg";
}
}

If you feel it okay, I will give quick guide to find data-slide-url

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.