Hi, can anyone help me add a background to this button (“Create design”)?
I want it to have a black background and white text with borders or 30px;
thank you ![]()
https://tly4z9yvjpaan0ai-84562116936.shopifypreview.com/products/example-pants
A user seeks help styling a “Create design” button on their Shopify product page to have a black background, white text, and 30px border radius.
Initial Confusion:
Correct Solution Provided:
.button--full-width class with:
Status: The issue appears resolved with working code and visual confirmation provided through screenshots showing the before/after results.
Hi, can anyone help me add a background to this button (“Create design”)?
I want it to have a black background and white text with borders or 30px;
thank you ![]()
https://tly4z9yvjpaan0ai-84562116936.shopifypreview.com/products/example-pants
Step 1: Go to Admin → Online store → Theme > Edit code
Step 2: Search for the file theme.liquid
Step 3: Add this code before tag
@BSSCommerce-B2B thx, but I was referring to the “create design” button bellow
Hey @Daniel19901
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
.button--full-width
{
background: black;
color: white;
border-radius: 30px;
padding: 5px 15px;
}
Here is the result:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Danish