I want help in homepage buttons - i want to decrese the size of it and color also

Solved

I want help in homepage buttons - i want to decrese the size of it and color also

Vanshchavada1
Shopify Partner
7 0 3

Hello

Can anyone help to decrease the size of the home page buttons (Under the Category - BestSellers )

I want to decrease its size and change the color.

Please let me know.

Website Link - https://brownsugar.co.in/

 

ThanksScreenshot 2024-09-01 at 3.32.19 AM.png

Accepted Solution (1)

Moeed
Shopify Partner
4892 1292 1566

This is an accepted solution.

Hey @Vanshchavada1 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
a.button {
    height: 35px;
    padding: 0 13px !important;
}
}
</style>

RESULT:

Moeed_0-1725144384808.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
4892 1292 1566

This is an accepted solution.

Hey @Vanshchavada1 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
a.button {
    height: 35px;
    padding: 0 13px !important;
}
}
</style>

RESULT:

Moeed_0-1725144384808.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Vanshchavada1
Shopify Partner
7 0 3

Hello @Hannah_3 

Can you walk me through this process, please?

It would be a great help

 

Thankyou.

BSSCommerce-HDL
Shopify Partner
1909 664 792

Hi @Vanshchavada1

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
div#shopify-section-template--18119072252120__rich_text_xB9eY9 .button {
    font-size: 12px;
    color: blue;
}
</style>

 

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you  😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency