make my discover more button less on height

Solved

make my discover more button less on height

swawestore
Explorer
114 0 18

I want the discover more button of my website https://swawe.store/ look like this attached image , big on length and width Screenshot 2024-08-11 at 11.30.16.png

Accepted Solution (1)

niraj_patel
Shopify Partner
2378 514 512

This is an accepted solution.

Hello @swawestore 

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>

niraj_patel_0-1723357147369.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Reply 1 (1)

niraj_patel
Shopify Partner
2378 514 512

This is an accepted solution.

Hello @swawestore 

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>

niraj_patel_0-1723357147369.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com