Hey so I just opened up my shopify store and I am trying to figure out how to make the image and title clickable on Featured Products.
I understand form what I read elsewhere that you have to do some coding, which I have no clue how to navigate in.
If anyone can guide me like a 5 year old to achieve it, I would really appreciate it 
Store Link Here
suyash1
2
@OliverTarsa I think you have solved your issue, because image and product title is clickable
I did copy some older code I found on here but it seems to made some issues as it is outdated, so still figuring stuff out
suyash1
4
@OliverTarsa what issue are you facing?
I can no longer change the product image to be on the right side
And the arrow next to “view full details” is gone
suyash1
6
@OliverTarsa you want like this?
Yes, that would be great!
Is there anything you can do about the arrow missing on the “View full details” ?
suyash1
8
@OliverTarsa we can add it like this but this is not a proper icon
Couldve thought of that, that works good enough for me.
Thank you so much! So how can I get it to look like that?
suyash1
10
@OliverTarsa please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css
@media screen and (min-width:750px){
.featured-product .product__media-wrapper{order:2}
.product__view-details{display: flex !important;}
a.link.product__view-details{content: "->"; margin-top: 1px; margin-left: 2px;}
}
Worked great, thank you so much again! 