I want the discover more button of my website https://swawe.store/ look like this attached image , big on length and width
Topic summary
A user seeks to reduce the height of a “Discover More” button on their Shopify store (swawe.store), noting it appears too large in both width and length.
Solution Provided:
- Add custom CSS code to the theme.liquid file before the closing
</body>tag - The CSS targets
.rich-text a.button.button--secondarywith specific styling:- Padding:
10px 40px - Font size:
18px - Text transform:
uppercase - Display:
flex - Font weight:
700 - Justify content and align items:
center
- Padding:
Implementation Steps:
- Navigate to Online Store → Theme → Edit code
- Open theme.liquid file
- Insert the provided CSS code
The solution was marked as accepted, indicating it successfully resolved the button sizing issue.
Hello @attackon
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
