Add hover effect to 'shop now' button on narrative theme

Hello,

I need help in adding hover effect to ‘shop now’ button at the slide show on narrative theme.

Please help!

@yardenkoubi

Send me your store URL so, I can check and assist you better.

Hi @yardenkoubi ,

Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

.slideshow__heading-cta.btn:hover,
.slideshow__heading-cta.btn:focus {
	transform: scale(1.1);
}
.slideshow__heading-cta.btn {
	transition: transform .2s;
}