Shopify themes, liquid, logos, and UX
I want the discover more button of my website https://swawe.store/ look like this attached image , big on length and width
Solved! Go to the solution
This is an accepted solution.
Hello @attackon
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.rich-text a.button.button--secondary {
padding: 10px 40px !important;
font-size: 18px !important;
text-transform: uppercase !important;
display: flex !important;
font-weight: 700 !important;
justify-content: center !important;
align-items: center !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Hello @attackon
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.rich-text a.button.button--secondary {
padding: 10px 40px !important;
font-size: 18px !important;
text-transform: uppercase !important;
display: flex !important;
font-weight: 700 !important;
justify-content: center !important;
align-items: center !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025