Slideshow Button size on mobile version IMPULSE

Slideshow Button size on mobile version IMPULSE

annamichielan
Excursionist
24 0 3

Hi, I would like to change the size of the buttons of my slideshows to be smaller only on mobile.

Can anyone help? my URL is: anna-michielan.myshopify.com. I am using IMPULSE theme.

Thank you.

Replies 8 (8)

KetanKumar
Shopify Partner
37043 3644 12027

@annamichielan 

yes please try this 

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second

@media only screen and (max-width: 768px) {
.hero__link .btn {
letter-spacing: 0;
    padding: 5px 10px;
}
}

 

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

PaulNewton
Shopify Partner
6874 615 1451

Merchants wanting this customization tailored for them can contact me for pricing by sending details to the email in my forum signature.

To your theme.css add code similar to the following to the end of the file

Always backup your theme before making any changes

 

@media only screen and (max-width: 425px) {
 .hero__link .btn {
    padding: 5px 9px;
    font-size: max(calc(var(--typeBaseSize) - 9px), 9px);
 }
}

 

Replace 425 with 768 to target up to tablet devices
Note these are rough estimates not designed or tested and may not match the current design.

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


annamichielan
Excursionist
24 0 3

Hi sorry but it still not working 😞

it still have the same size as before 😞

KetanKumar
Shopify Partner
37043 3644 12027

@annamichielan 

sorry but i can't see any code your css file

 

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
annamichielan
Excursionist
24 0 3

Hi, it's there. Was there something I missed?

 

Screen Shot 2021-09-06 at 16.28.39.png

 

KetanKumar
Shopify Partner
37043 3644 12027

@annamichielan 

can you please update this code

@media only screen and (max-width: 768px) {
.hero__link .btn {
letter-spacing: 0 !important;
    padding: 5px 10px !important;
}
}
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
annamichielan
Excursionist
24 0 3

Still not working 😞

Screen Shot 2021-09-06 at 17.01.51.png

KetanKumar
Shopify Partner
37043 3644 12027

For reference , this is what a collaborator access does: About collaborator permissions · Shopify Help Center

The Shopify Collaborator Account: What You Need to Know

Partners: Requests for staff access when providing assistance is not appropriate. Guidance should be provided within the topic if possible, and if access is required the collaboration feature detailed in this blog post should be used over requesting staff access: The Shopify Collaborator Account: What You Need to Know

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