I need help with changing outline button same as button background

I need help with changing Add To Cart button outline color same as button background color in featured collection section of Dawn theme V.15.0.

Please help. Thank you.

Hey @TheLivingCo

I’m unable to locate this section on your website home page. Can you add it?

Best Regards,

Moeed

Actually its not published yet.

If it’s in a draft theme then can you share the preview url of the draft theme?

Best Regards,

Moeed

PFB preview link

https://derays8qv36vdfet-43407245474.shopifypreview.com

PLease share the preview url
its not here.

https://derays8qv36vdfet-43407245474.shopifypreview.com

There is no such section in this preview link.

Its store home page i can see while opening same link

Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.

.button--secondary:after {
box-shadow: none !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

Thank you for your help, But now hover effect is also missing when hovering on button or card.

On Hover: - what changes you want on the button.

Hi color change possible? with slide effect

Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.

#shopify-section-template--17671814480050__featured_collection_hKdeBw button:hover {
color: white !important;
background: #bb2f2f !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

Thank you for your help one last thing, can you please see what is wrong with 1st slideshow section on homepage

Problem: I have added 3 slides in slideshow section but from morning today only 2 slides are visible at front end can you please help me?