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?
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?
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
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!