Jump to content

Index page within index page

Recommended Posts

  • Replies 3
  • Views 484
  • Created
  • Last Reply

Not possible, and you cannot put a folder in an index page either or in another folder. You can put a text or button link  to an index page in an index page header or footer. You can put an image in the header or footer that has a click thru url to an index page. Or you can create a page with an image block that clicks thru to an index page, and put that page in the index page. 

Link to comment

That is what I ended up doing.  I created a page that had images with text under each image.  Each image clicked through to its own page.  I would like to make the image fade when the mouse is hovering over it so the end user clearly sees it is clickable.  Also, instead of plain text, I would like that portion to either be a button or have the text actually linkable as well as the photo.

Link to Page

Link to comment

How about when you hover over an image it turns from color to black and white?

Custom Css

 

image-block img {

  transition: .5s ease-in-out; 

filter: none;

}

.image-block img:hover { 

filter: grayscale(1);

}

If you want the above just on the page you made use this command in advanced header code injection for that page 

<style>

image-block img {

  transition: .5s ease-in-out; 

filter: none;

}

.image-block img:hover { 

filter: grayscale(1);

}

<style>

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.