How can I adjust the size of a button on my website?

https://breathblastermy.myshopify.com/

Password: newtse

Help me please change this button size :backhand_index_pointing_down:t4:
i want make height thicker little bit.

1 Like

Hi @BreathBlaster ,

Just paste the code in the base.css under the Asset folder. You can adjust the 65px to the desired height.

#shopify-section-template--14680054300706__rich_text > div > div > div > a {
height: 65px !important;
}
1 Like

Hi, I tried to make my “buy now” button, which I changed to “shop now” with the refresh theme. My aim was to make it bigger and therefore attract more customers. However, to change it I had to modify the code by copying these lines under the first paragraph of “base.css”: #shopify-section-template–14680054300706__rich_text > div > div > div > a {

height: 65px !important;

}

I tried to understand how these lines work by changing the 65px value to 2000, then to 10.

I saw that there were no results influencing the button and so I decided to delete these lines, but when I reopened the preview of my site, it was completely destroyed with white everywhere and pieces of images on the page.

Could you please give me as soon as possible a solution to recover an earlier version of the shop? Or to modify again the size and fix my shop ?

Thank you very much