Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi there
I am keen to change my website's 'Quick Add' button to the below. It is currently a large button underneath the product and not a small Cart symbol to the bottom right of the image.
https://www.thecoutureclub.com/collections/menswear < See here an example
Does anyone know the code to enable this ?
I use the Dawn theme
Thanks,
Hello @Thirtyfirst
Please follow the steps below after logging into the admin:
.quick-shop__trigger #quickbuy__icon
{
width: 1.4em;
}
.quick-shop__trigger
{
top:5px;
}
Please hit Like and Mark it as a Solution if you find our reply helpful.
Thank You,
WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Shopify Development Agency | Call: 877.536.3789
Canada: 150 King St W. STE 200, Toronto, ON M5H 1J9
| USA: 98 Cutter Mill Rd. STE 466, Great Neck, NY 11021
Hi @WebDeskSolution
Thanks for taking the time to reply, however, my theme doesn't seem to have 'theme.css' under the assets folder. is there any other way to do this ?
Hello @Thirtyfirst
We checked and it seems there is a theme.css file existing: https://prnt.sc/p3fdQmECGwIG
The other option is to add CSS to your theme.liquid file creates a style tag at the end of the body tag and adds the CSS to that tag it will resolve your issue.
Thank You,
WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Shopify Development Agency | Call: 877.536.3789
Canada: 150 King St W. STE 200, Toronto, ON M5H 1J9
| USA: 98 Cutter Mill Rd. STE 466, Great Neck, NY 11021