Why isn't the 'Our Story' button clickable on my homepage?

Hello,

On my home page, if you scroll down on shopoatful.com for the button “Our Story” it is not clickable/hyperlinked. Even though when you go into the cutomize section, I have added the link which should be hyperlinked.

Any way to fix this?

@ym24

Please add this CSS to your css file

.feature-row__item .back_txt_img {
    display: none !important;
}

Thanks!

WHich css file?? Under style or what

1 Like

@ym24

Assets > style.css

Thanks!

@ym24

Please add the following CSS code to your assets/theme.scss.liquid bottom of the file.

.feature-row__item .back_txt_img {
    display: none !important;
}

Thanks!