Header Image Button Size and Font Is Wrong

Solved

Header Image Button Size and Font Is Wrong

TerribleGifts
New Member
4 0 0

Hi, 

 

As you can see the button size and font is wrong and too close together. I can not work out where to edit it, or to make it the same as the shop now font. 

Screenshot 2024-04-12 110542.png

Accepted Solution (1)
AnneLuo
Shopify Partner
1266 224 259

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code to the head tag

<style>
.banner__buttons--multiple + .button--primary{
    background-color: #1f6c74;
    color: #ffffff;
    font-size: 20px;
    margin-left: 20px;
}

</style>

 

After modification

AnneLuo_0-1712888425192.png

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Replies 7 (7)

AnneLuo
Shopify Partner
1266 224 259

Hello, @TerribleGifts 

Can you share your store url?

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

TerribleGifts
New Member
4 0 0
AnneLuo
Shopify Partner
1266 224 259

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code to the head tag

<style>
.banner__buttons--multiple + .button--primary{
    background-color: #1f6c74;
    color: #ffffff;
    font-size: 20px;
    margin-left: 20px;
}

</style>

 

After modification

AnneLuo_0-1712888425192.png

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

TerribleGifts
New Member
4 0 0

Hi, 
Unfortunelty that doesnt work. 

 

Is there anything I need to delete there, or is there any particular area I need to add it to? 

AnneLuo
Shopify Partner
1266 224 259

I have checked your website and it has already taken effect.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

TerribleGifts
New Member
4 0 0

Oh wait! 

 

That did work. 

 

Thank you! 

AnneLuo
Shopify Partner
1266 224 259

Thank you for your reply. I'm glad to hear that the solution worked well for you.
If you require any more help, please don't hesitate to reach out.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee