Change Search Text Colour - Atlantic theme

Solved
Katie_Perkins
Visitor
2 0 0

Hi - I'm trying the change the search bar font colour for Atlantic theme. At the moment it uses the themes “text” colour which is black, because I am using a black header the text now isn’t visible. Is there a way to change the search text to white? 

 

Screen Shot 2023-11-15 at 10.12.18 am.png

Accepted Solution (1)
PageFly-Richard
Shopify Partner
3653 804 1449

This is an accepted solution.

Hi @Katie_Perkins 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.ls-form input {
color: red !important;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 4 (4)
Made4uo-Ribe
Shopify Partner
4136 947 1154

Hi, 

 

Can you provide your website so we can take a look? Not all developers have access to paid theme

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


PageFly-Richard
Shopify Partner
3653 804 1449

This is an accepted solution.

Hi @Katie_Perkins 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.ls-form input {
color: red !important;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Katie_Perkins
Visitor
2 0 0

That worked, thank you so much! 

PageFly-Richard
Shopify Partner
3653 804 1449

Glad that i can help. Let me know if you have any questions

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.