hi, how can i custom edit the styling of the sticky add to cart button.
horizon theme
cheers
hi, how can i custom edit the styling of the sticky add to cart button.
horizon theme
cheers
Dear @RankConvert
Here is a step-by-step guide on how to customize its styling:
theme.theme.css or base.css.Below is an example snippet to change position of the “add to cart” form .
Note: This code is an Example only. Every website may have unique class names depending on the specific version of the Horizon theme or installed apps.
.shopify-product-form {
position: fixed;
}
Since every store has its own unique branding and the Horizon theme structure can vary between updates, the example code above might need fine-tuning to work perfectly for you.
Please provide the link to your website! I will personally inspect your site’s structure and provide you with a tailored code snippet that ensures your Sticky Add to Cart button is both beautiful and functional across all devices.
Best regards,
Eric