Jump to content

Chiuki

Member
  • Posts

    3
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Chiuki reacted to tuanphan in Tremont template gallery options   
    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>  
  2. Like
    Chiuki reacted to Ziggy in Tremont template (v.7.0) gallery grayscale effect removed on only the individual image is hovered.   
    You're applying the grayscale filter to the entire page, and removing it on hovering on the entire page, you'll need to target each image individually for both the filter and the hover.
    Try this CSS instead:
    #collection-63e171c55b32544875cfa03f { .collection-type-gallery .grid-image-wrapper img { filter: grayscale(100%) !important; transition:ease-in-out-400ms; } .collection-type-gallery .grid-image-wrapper img:hover { filter: grayscale(0%) !important; } } Hope that works better for you!
×
×
  • 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.