Jump to content
Sign in to follow this  
flourishdesignstudio

Can I make the photo in the feature slider link to a page?

Recommended Posts

flourishdesignstudio

Can I make the photo in the feature slider link to a page?

Share this post


Link to post
Share on other sites
Kate

The entire photo? You'd have to use some custom CSS. I know I've placed it on the forums before, so I'm sure it's around here somewhere :) If that's what you need, we can help you...

Share this post


Link to post
Share on other sites
adventuremaui

I am wondering how to do this too! Kate, were you able to find those instructions? I can't find them using a forum search.

Share this post


Link to post
Share on other sites
kastelic

Set your feature to No-TExt Full-width Image or Media and then use the Feature Media HTML box to insert your image. You will be using the HTML image tag and anchor tag to do this, not by clicking "upload image". So like: something

Share this post


Link to post
Share on other sites
flourishdesignstudio

Thanks for your answer. I also need to have text in the feature. So, I was hoping to have both. (I'm asking a lot, I know! ;) Here's what I am working on: http://www.moosewoodcooks.com/

Share this post


Link to post
Share on other sites
kastelic

After you do the steps above add your text and make it position:absolute. Like so:

	Here is the text
	[/code]

	and in the CSS:
	
[code] .header-link{ display:block position:absolute; }

May need to add z-index to get it to layer properly, not sure.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

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

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×