Feedback for your online store from the community
Good morning,
I want to change a few things on my website.
How can I highlight the Pay now button?
How can I change the product color selection to show color swatches and not the color words?
How can I edit the product description for size chart?
Solved! Go to the solution
This is an accepted solution.
Hello, here are a few things you can try!
How can I highlight the Pay now button?
To do this there are a few options you can choose from, but a basic step would be adding a colored border to make it stand out, or maybe a hover effect. To do this you can add something like this to Default Product Template>Buy Buttons>Custom CSS then click Save. To adjust color change the HEX code (ex: #000000).
.button {
border: 2px solid #ff0000;
}
.button:hover {
border: 2px solid #0000ff;
}
How can I change the product color selection to show color swatches and not the color words?
To do this without coding knowledge it is best to use an app, there are many for this purpose you could try this one:
https://apps.shopify.com/globo-color-swatches
How can I edit the product description for size chart?
Again there are a few ways to do this a simple method is to insert a table using the built in HTML editor in shopify like so:
SIZE | LENGTH | WIDTH |
XS | 22' | 12' |
XL | 44' | 24' |
but it may be easier to use an app or hire a developer to code them in, this may work for you:
https://apps.shopify.com/kiwi-sizing
I hope that helps answer some of your questions, don't hesitate to reach out if you need help with your store!
@biznazz101
This is an accepted solution.
Hello, here are a few things you can try!
How can I highlight the Pay now button?
To do this there are a few options you can choose from, but a basic step would be adding a colored border to make it stand out, or maybe a hover effect. To do this you can add something like this to Default Product Template>Buy Buttons>Custom CSS then click Save. To adjust color change the HEX code (ex: #000000).
.button {
border: 2px solid #ff0000;
}
.button:hover {
border: 2px solid #0000ff;
}
How can I change the product color selection to show color swatches and not the color words?
To do this without coding knowledge it is best to use an app, there are many for this purpose you could try this one:
https://apps.shopify.com/globo-color-swatches
How can I edit the product description for size chart?
Again there are a few ways to do this a simple method is to insert a table using the built in HTML editor in shopify like so:
SIZE | LENGTH | WIDTH |
XS | 22' | 12' |
XL | 44' | 24' |
but it may be easier to use an app or hire a developer to code them in, this may work for you:
https://apps.shopify.com/kiwi-sizing
I hope that helps answer some of your questions, don't hesitate to reach out if you need help with your store!
@biznazz101
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024