How to alter font size in mobile search bar?

Solved

How to alter font size in mobile search bar?

Wesdunn44
Tourist
12 0 0

The font in my mobile search bar cuts off. 

 

Is there a way to change this font size downwards, or even just change it to "Search" instead of "Search for Products"?  You can see in the attached screenshot below...we are using the Athens theme.

 

Thanks for any help!

 

https://northernlites.com/ 

 

screenshot.jpg

 

Accepted Solution (1)

Moeed
Shopify Partner
7109 1908 2341

This is an accepted solution.

Hey @Wesdunn44 

 

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) {
input#header-global-search-input::placeholder {
    font-size: 15px !important;
}
}
</style>

RESULT:

Moeed_0-1705076206785.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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
7109 1908 2341

This is an accepted solution.

Hey @Wesdunn44 

 

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) {
input#header-global-search-input::placeholder {
    font-size: 15px !important;
}
}
</style>

RESULT:

Moeed_0-1705076206785.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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Wesdunn44
Tourist
12 0 0

Wow - you're the best! Thank you!!

Moeed
Shopify Partner
7109 1908 2341

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 you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications