All things Shopify and commerce
Good Afternoon,
I am looking for some help on this page for Shopify. We have a Quick Quote App button that needs to have some custom CSS done to move it to the right then also remove the Black Border around the button.
Any help or advice to do this seamlessly would be appreciated.
Solved! Go to the solution
This is an accepted solution.
To make the changes you mentioned on the Shopify page with custom CSS, you can add the following code to your Shopify theme. Here are the steps and the CSS code:
/* Move the Quick Quote button to the right */
button#quick-quote-button { /* Replace #quick-quote-button with the actual button ID or class */
margin-left: auto;
margin-right: 0; /* Align to the right */
display: block; /* Ensure proper alignment in its container */
}
/* Remove the black border around the button */
button#quick-quote-button {
border: none;
box-shadow: none; /* Optional: Removes any shadow effect if present */
}
Looking for skilled Shopify developers? Hire Me WhatsApp: +92 334 387 4850
☕ Support me: Buy me a coffee
If this solved your problem, I’d truly appreciate it if you could show some love by liking this or marking it as the solution!
This is an accepted solution.
To make the changes you mentioned on the Shopify page with custom CSS, you can add the following code to your Shopify theme. Here are the steps and the CSS code:
/* Move the Quick Quote button to the right */
button#quick-quote-button { /* Replace #quick-quote-button with the actual button ID or class */
margin-left: auto;
margin-right: 0; /* Align to the right */
display: block; /* Ensure proper alignment in its container */
}
/* Remove the black border around the button */
button#quick-quote-button {
border: none;
box-shadow: none; /* Optional: Removes any shadow effect if present */
}
Looking for skilled Shopify developers? Hire Me WhatsApp: +92 334 387 4850
☕ Support me: Buy me a coffee
If this solved your problem, I’d truly appreciate it if you could show some love by liking this or marking it as the solution!
I've attempted to put this in but nothing changes. May this be caused because the button is generated from an extension in Shopify? We are using the Dawn Theme as well so not sure if that affects whatever it is
Provide me the store URL so I can give you the exact CSS
Looking for skilled Shopify developers? Hire Me WhatsApp: +92 334 387 4850
☕ Support me: Buy me a coffee
If this solved your problem, I’d truly appreciate it if you could show some love by liking this or marking it as the solution!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024