Jump to content

Tremont template gallery options

Recommended Posts

Site URL: https://www.lecomptoirla.com/gallery

Hi there,

Is there a way to disable the grayish overlay function for only our Gallery page? I'm in the process of remediating our website, but don't see any option to disable or make transparent the Gallery page overlay in page settings, despite these Tremont template family instructions: 

https://support.squarespace.com/hc/en-us/articles/227024467-Tremont-template-family#toc-gallery-pages

Also, is it possible to increase the Gallery header height (or bring down the Gallery images) so that our site title and navigation links are more clearly visible? Tremont template's default seems to position the site title and navigation links—both in difficult-to-read white text—directly over the topmost Gallery image, rather than placing them in a dedicated header.

Thank you!

Link to comment
3 hours ago, LaptopCAT said:

Hi Tuan,
I was wondering...is there a way to add text (like the "GALLERY" text at the center of our Gallery overlay) to the scrolling translucent overlays on our homepage, the About, Reserve, Menu and Contact pages?

https://www.lecomptoirla.com/gallery

Thank you again!

Add text effect like as Gallery page? Not possible.

 

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
7 hours ago, LaptopCAT said:

Hi Tuan,
How about for just the homepage? Is it possible to add text to the homepage's translucent overlay?

Sorry for all the questions!
Camellia

I think I misread the question. I see you added text by using image. Have you tried adding text yet?

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

Hi Tuan,
Yes, the logo text you see is part of the actual homepage image because it's a custom font. I found this article on adding custom fonts for 7.0 sites, but am wondering if it's possible to display a custom font so that it only appears on the homepage overlay? 

I'm not seeing any way of adding text to any of the page overlays.

Thank you!

 

Link to comment
4 hours ago, LaptopCAT said:

Hi Tuan,
Yes, the logo text you see is part of the actual homepage image because it's a custom font. I found this article on adding custom fonts for 7.0 sites, but am wondering if it's possible to display a custom font so that it only appears on the homepage overlay? 

I'm not seeing any way of adding text to any of the page overlays.

Thank you!

 

Ah, I guess it has an option in Site Styles to enable/disable page title.

You can try this to Design > Custom CSS to override it

/* Page title */
.title-desc-inner-wrapper h1, .title-desc-inner-wrapper .page-desc {
    display: block !important;
}

 

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

Hi Tuan,
Will inserting this custom code also allow me to specify a custom font for the homepage overlay?

And I was also wondering if it's possible to delete the page title displayed on the Gallery page? I've tried to delete the "GALLERY" text in the Gallery Settings > General section, but the overlay text always reappears after I click 'save.'

Thank you!

Link to comment

Ah, with custom font, add this new code to HomePage Header

<style>
  /* Page title */
.title-desc-inner-wrapper h1, .title-desc-inner-wrapper .page-desc {
    display: block !important;
  	font-family: enteryourcustom-font;
}
</style>

With Gallery Page, add to Gallery Page Header

<style>
  /* Page title */
.title-desc-inner-wrapper h1, .title-desc-inner-wrapper .page-desc {
    display: none !important;
}
</style>

 

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

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.