Solved

Button not clickable on featured product page

fblome
Excursionist
27 0 9

Hi!

I adjusted the featured product section on my homepage (https://songplate.shop/). But somehow only the text inside of the button ("Jetzt konfigurieren") is clickable, when I try to click the green space of the button the link is not opening. I tried some different HTML codes but nothing seems to make it work. 

How can I make the whole button clickable?

Accepted Solutions (4)

KetanKumar
Shopify Partner
36844 3636 11978

This is an accepted solution.

@fblome 

Thanks for post 

can you please guide or please send images issue

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

KetanKumar
Shopify Partner
36844 3636 11978

This is an accepted solution.

@fblome 

Thanks for clear

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.

.product-form__cart-submit {
    padding: 0;
}
.product-form__cart-submit a {
    display: block;
    height: 44px;
    line-height: 44px;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

KetanKumar
Shopify Partner
36844 3636 11978

This is an accepted solution.

@fblome 

can you please add me on staff so i will update proper code

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

KetanKumar
Shopify Partner
36844 3636 11978

This is an accepted solution.

@fblome 

Thanks for add 

Yes, i have done this, please check

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 8 (8)

KetanKumar
Shopify Partner
36844 3636 11978

This is an accepted solution.

@fblome 

Thanks for post 

can you please guide or please send images issue

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
fblome
Excursionist
27 0 9

Sure!

Download.png

 

KetanKumar
Shopify Partner
36844 3636 11978

This is an accepted solution.

@fblome 

Thanks for clear

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.

.product-form__cart-submit {
    padding: 0;
}
.product-form__cart-submit a {
    display: block;
    height: 44px;
    line-height: 44px;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
fblome
Excursionist
27 0 9

Thank you for your help! But sadly it's not working with your provided code.

KetanKumar
Shopify Partner
36844 3636 11978

This is an accepted solution.

@fblome 

can you please add me on staff so i will update proper code

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
fblome
Excursionist
27 0 9

Yes, I invited you on your e-mail adress from your signature!

KetanKumar
Shopify Partner
36844 3636 11978

This is an accepted solution.

@fblome 

Thanks for add 

Yes, i have done this, please check

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
lrosemarys
Visitor
1 0 1

Hello, do you know where I could paste this code in the Dawn theme? I don't see theme.css section under Assets. My "View All" button for the Featured Collection on the Home Page is only clickable on the bottom third of the button (similar to how the OP's was only clickable on the text). I'm hoping this code can help with that, but if not do you know of something else?